Html Css Color HEX #BDDDE5 Onahau

📋 copy color: '#BDDDE5'

red 189 ◦ green 221 ◦ blue 229

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

Shades of Onahau #BDDDE5

Tints of Onahau #BDDDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 29.58%
G = 34.59%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDDDE5 (or 0xBDDDE5) is known color: Onahau. HEX triplet: BD, DD and E5. RGB value is (189,221,229). Sum of RGB (Red+Green+Blue) = 189+221+229=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE5 is #42221A. Grayscale: #D4D4D4. Windows color (decimal): -4334107 or 15064509. OLE color: 15064509.

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

Color convert

RGB 189 221 229 -
CMYK 0.17 0.03 0 0.10
HSL 192º 0.43% 0.82% -
HSV(B) 192º 0.17% 0.9% -
XYZ 60.99 68.19 84.08 -
YUV 212.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 189 221 229 0.17 0.03 0 0.10 192 0.43 0.82
Hex BD DD E5 11 3 0 A C0 2B 52
Octal 275 335 345 21 3 0 12 300 53 122
Binary 10111101 11011101 11100101 10001 11 0 1010 11000000 101011 1010010

Color Harmonies of #BDDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDE5

Black with #BDDDE5

Text Example


Text Example

White with #BDDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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