Html Css Color HEX #BDDBE4 Onahau

📋 copy color: '#BDDBE4'

red 189 ◦ green 219 ◦ blue 228

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

Shades of Onahau #BDDBE4

Tints of Onahau #BDDBE4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.43%

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

R = 29.72%
G = 34.43%
B = 35.85%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDBE4 (or 0xBDDBE4) is known color: Onahau. HEX triplet: BD, DB and E4. RGB value is (189,219,228). Sum of RGB (Red+Green+Blue) = 189+219+228=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE4 is #42241B. Grayscale: #D2D2D2. Windows color (decimal): -4334620 or 14998461. OLE color: 14998461.

HSL color Cylindrical-coordinate representation of color #BDDBE4: hue angle of 193.85º 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 #BDDBE4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 219 228 -
CMYK 0.17 0.04 0 0.11
HSL 193.85º 0.42% 0.82% -
HSV(B) 193.85º 0.17% 0.89% -
XYZ 60.32 67.08 83.17 -
YUV 211.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 189 219 228 0.17 0.04 0 0.11 193.85 0.42 0.82
Hex BD DB E4 11 4 0 B C2 2A 52
Octal 275 333 344 21 4 0 13 302 52 122
Binary 10111101 11011011 11100100 10001 100 0 1011 11000010 101010 1010010

Color Harmonies of #BDDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBE4

Black with #BDDBE4

Text Example


Text Example

White with #BDDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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