#BDEAF5

Color #BDEAF5 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BDEAF5

Tints of Onahau #BDEAF5

Color information

#BDEAF5 (or 0xBDEAF5) is unknown color: approx Onahau. HEX triplet: BD, EA and F5. RGB value is (189,234,245). Sum of RGB (Red+Green+Blue) = 189+234+245=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF5 is #42150A. Grayscale: #DDDDDD. Windows color (decimal): -4330763 or 16116413. OLE color: 16116413.

HSL color Cylindrical-coordinate representation of color #BDEAF5: hue angle of 191.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEAF5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189234245-
CMYK0.230.0400.04
HSL191.79º73.68%85.1%-
HSV(B)191.79º22.86%96.08%-
XYZ66.8976.2697.58-
YUV221.8141.09104.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=28.29%
G=35.03%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892342450.230.0400.04191.7973.6885.1
HexBDEAF517404c04a55
Octal27535236527404300112125
Binary1011110111101010111101011011110001001100000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAF5; }

 p { color: rgb(189,234,245); }

 H1.HeaderClassName
 {
   color: #BDEAF5;
 }
 .AnyTagClassName
 {
   color: #BDEAF5;
 }
</style>
background-color css

<style>
 a { background-color: #BDEAF5; }

 a { background-color: rgb(189,234,245); }

 div.DivClassName
 {
   background-color: #BDEAF5;
 }
 .BgClassName
 {
   background-color: #BDEAF5;
 }
</style>
border-color css

<style>
 span { border-color: #BDEAF5; }

 span { border-color: rgb(189,234,245); }

 td.TdClassName
 {
   border-color: #BDEAF5;
 }
 .TagClassName
 {
   border-color: #BDEAF5;
 }
</style>