Html Css Color HEX #BDDDE9 Onahau

📋 copy color: '#BDDDE9'

red 189 ◦ green 221 ◦ blue 233

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

Shades of Onahau #BDDDE9

Tints of Onahau #BDDDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.37%

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

R = 29.39%
G = 34.37%
B = 36.24%

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

#BDDDE9 (or 0xBDDDE9) is known color: Onahau. HEX triplet: BD, DD and E9. RGB value is (189,221,233). Sum of RGB (Red+Green+Blue) = 189+221+233=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDE9 is #422216. Grayscale: #D4D4D4. Windows color (decimal): -4334103 or 15326653. OLE color: 15326653.

HSL color Cylindrical-coordinate representation of color #BDDDE9: hue angle of 196.36º 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 #BDDDE9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 221 233 -
CMYK 0.19 0.05 0 0.09
HSL 196.36º 0.5% 0.83% -
HSV(B) 196.36º 0.19% 0.91% -
XYZ 61.55 68.41 87.05 -
YUV 212.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 189 221 233 0.19 0.05 0 0.09 196.36 0.5 0.83
Hex BD DD E9 13 5 0 9 C4 32 53
Octal 275 335 351 23 5 0 11 304 62 123
Binary 10111101 11011101 11101001 10011 101 0 1001 11000100 110010 1010011

Color Harmonies of #BDDDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDE9

Black with #BDDDE9

Text Example


Text Example

White with #BDDDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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