#BDEAF4

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

Shades of Onahau #BDEAF4

Tints of Onahau #BDEAF4

Color information

#BDEAF4 (or 0xBDEAF4) is unknown color: approx Onahau. HEX triplet: BD, EA and F4. RGB value is (189,234,244). Sum of RGB (Red+Green+Blue) = 189+234+244=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF4 is #42150B. Grayscale: #DDDDDD. Windows color (decimal): -4330764 or 16050877. OLE color: 16050877.

HSL color Cylindrical-coordinate representation of color #BDEAF4: hue angle of 190.91º degrees, saturation: 0.71, 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 #BDEAF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189234244-
CMYK0.230.0400.04
HSL190.91º71.43%84.9%-
HSV(B)190.91º22.54%95.69%-
XYZ66.7476.296.78-
YUV221.68140.59104.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=28.34%
G=35.08%
B=36.58%

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
Decimal1892342440.230.0400.04190.9171.4384.9
HexBDEAF417404bf4755
Octal27535236427404277107125
Binary1011110111101010111101001011110001001011111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAF4; }

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

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

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

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

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

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

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

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