Html Css Color HEX #BDDDE4 Onahau

📋 copy color: '#BDDDE4'

red 189 ◦ green 221 ◦ blue 228

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

Shades of Onahau #BDDDE4

Tints of Onahau #BDDDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 29.62%
G = 34.64%
B = 35.74%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDDE4 (or 0xBDDDE4) is known color: Onahau. HEX triplet: BD, DD and E4. RGB value is (189,221,228). Sum of RGB (Red+Green+Blue) = 189+221+228=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE4 is #42221B. Grayscale: #D4D4D4. Windows color (decimal): -4334108 or 14998973. OLE color: 14998973.

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

Color convert

RGB 189 221 228 -
CMYK 0.17 0.03 0 0.11
HSL 190.77º 0.42% 0.82% -
HSV(B) 190.77º 0.17% 0.89% -
XYZ 60.85 68.13 83.34 -
YUV 212.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 189 221 228 0.17 0.03 0 0.11 190.77 0.42 0.82
Hex BD DD E4 11 3 0 B BF 2A 52
Octal 275 335 344 21 3 0 13 277 52 122
Binary 10111101 11011101 11100100 10001 11 0 1011 10111111 101010 1010010

Color Harmonies of #BDDDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDE4

Black with #BDDDE4

Text Example


Text Example

White with #BDDDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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