#BDDEEB

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

Shades of Onahau #BDDEEB

Tints of Onahau #BDDEEB

Color information

#BDDEEB (or 0xBDDEEB) is unknown color: approx Onahau. HEX triplet: BD, DE and EB. RGB value is (189,222,235). Sum of RGB (Red+Green+Blue) = 189+222+235=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEEB is #422114. Grayscale: #D5D5D5. Windows color (decimal): -4333845 or 15457981. OLE color: 15457981.

HSL color Cylindrical-coordinate representation of color #BDDEEB: hue angle of 196.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDEEB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189222235-
CMYK0.200.0600.08
HSL196.96º53.49%83.14%-
HSV(B)196.96º19.57%92.16%-
XYZ62.169.0688.65-
YUV213.61140.07110.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=29.26%
G=34.37%
B=36.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892222350.200.0600.08196.9653.4983.14
HexBDDEEB14608c53553
Octal27533635324601030565123
Binary1011110111011110111010111010011001000110001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEEB; }

 p { color: rgb(189,222,235); }

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

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

 a { background-color: rgb(189,222,235); }

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

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

 span { border-color: rgb(189,222,235); }

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