#BDF4FA

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

Shades of Onahau #BDF4FA

Tints of Onahau #BDF4FA

Color information

#BDF4FA (or 0xBDF4FA) is unknown color: approx Onahau. HEX triplet: BD, F4 and FA. RGB value is (189,244,250). Sum of RGB (Red+Green+Blue) = 189+244+250=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4FA is #420B05. Grayscale: #E4E4E4. Windows color (decimal): -4328198 or 16446653. OLE color: 16446653.

HSL color Cylindrical-coordinate representation of color #BDF4FA: hue angle of 185.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF4FA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189244250-
CMYK0.240.0200.02
HSL185.9º85.92%86.08%-
HSV(B)185.9º24.4%98.04%-
XYZ70.5982.42102.63-
YUV228.24140.28100.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=27.67%
G=35.72%
B=36.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892442500.240.0200.02185.985.9286.08
HexBDF4FA18202ba5656
Octal27536437230202272126126
Binary10111101111101001111101011000100101011101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4FA; }

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

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

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

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

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

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

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

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