#BDEEFB

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

Shades of Onahau #BDEEFB

Tints of Onahau #BDEEFB

Color information

#BDEEFB (or 0xBDEEFB) is unknown color: approx Onahau. HEX triplet: BD, EE and FB. RGB value is (189,238,251). Sum of RGB (Red+Green+Blue) = 189+238+251=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEFB is #421104. Grayscale: #E0E0E0. Windows color (decimal): -4329733 or 16510653. OLE color: 16510653.

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

Color convert

RGB189238251-
CMYK0.250.0500.02
HSL192.58º88.57%86.27%-
HSV(B)192.58º24.7%98.43%-
XYZ68.9778.93102.87-
YUV224.83142.77102.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=27.88%
G=35.10%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892382510.250.0500.02192.5888.5786.27
HexBDEEFB19502c15956
Octal27535637331502301131126
Binary101111011110111011111011110011010101100000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEFB; }

 p { color: rgb(189,238,251); }

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

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

 a { background-color: rgb(189,238,251); }

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

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

 span { border-color: rgb(189,238,251); }

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