Html Css Color HEX #BDDEE9 Onahau

📋 copy color: '#BDDEE9'

red 189 ◦ green 222 ◦ blue 233

#BDDEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BDDEE9

Tints of Onahau #BDDEE9

RGB

 RED value IS 189 (74.22% from 255) = 29.35%

 GREEN value IS 222 (87.11% from 255) = 34.47%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 29.35%
G = 34.47%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDDEE9 (or 0xBDDEE9) is known color: Onahau. HEX triplet: BD, DE and E9. RGB value is (189,222,233). Sum of RGB (Red+Green+Blue) = 189+222+233=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEE9 is #422116. Grayscale: #D5D5D5. Windows color (decimal): -4333847 or 15326909. OLE color: 15326909.

HSL color Cylindrical-coordinate representation of color #BDDEE9: hue angle of 195º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDEE9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 222 233 -
CMYK 0.19 0.05 0 0.09
HSL 195º 0.5% 0.83% -
HSV(B) 195º 0.19% 0.91% -
XYZ 61.82 68.94 87.14 -
YUV 213.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 189 222 233 0.19 0.05 0 0.09 195 0.5 0.83
Hex BD DE E9 13 5 0 9 C3 32 53
Octal 275 336 351 23 5 0 11 303 62 123
Binary 10111101 11011110 11101001 10011 101 0 1001 11000011 110010 1010011

Color Harmonies of #BDDEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEE9

Black with #BDDEE9

Text Example


Text Example

White with #BDDEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEE9; }

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

 H1.HeaderClassName
 {
   color: #BDDEE9;
 }
 .AnyTagClassName
 {
   color: #BDDEE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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