Html Css Color HEX #BDDEE6 Onahau

📋 copy color: '#BDDEE6'

red 189 ◦ green 222 ◦ blue 230

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

Shades of Onahau #BDDEE6

Tints of Onahau #BDDEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 29.49%
G = 34.63%
B = 35.88%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDDEE6 (or 0xBDDEE6) is known color: Onahau. HEX triplet: BD, DE and E6. RGB value is (189,222,230). Sum of RGB (Red+Green+Blue) = 189+222+230=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEE6 is #422119. Grayscale: #D4D4D4. Windows color (decimal): -4333850 or 15130301. OLE color: 15130301.

HSL color Cylindrical-coordinate representation of color #BDDEE6: hue angle of 191.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDEE6 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 222 230 -
CMYK 0.18 0.03 0 0.10
HSL 191.71º 0.45% 0.82% -
HSV(B) 191.71º 0.18% 0.9% -
XYZ 61.39 68.77 84.9 -
YUV 213.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 189 222 230 0.18 0.03 0 0.10 191.71 0.45 0.82
Hex BD DE E6 12 3 0 A C0 2D 52
Octal 275 336 346 22 3 0 12 300 55 122
Binary 10111101 11011110 11100110 10010 11 0 1010 11000000 101101 1010010

Color Harmonies of #BDDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEE6

Black with #BDDEE6

Text Example


Text Example

White with #BDDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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