Html Css Color HEX #BDE5E9 Onahau

📋 copy color: '#BDE5E9'

red 189 ◦ green 229 ◦ blue 233

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

Shades of Onahau #BDE5E9

Tints of Onahau #BDE5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.18%

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

R = 29.03%
G = 35.18%
B = 35.79%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDE5E9 (or 0xBDE5E9) is known color: Onahau. HEX triplet: BD, E5 and E9. RGB value is (189,229,233). Sum of RGB (Red+Green+Blue) = 189+229+233=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5E9 is #421A16. Grayscale: #D9D9D9. Windows color (decimal): -4332055 or 15328701. OLE color: 15328701.

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

Color convert

RGB 189 229 233 -
CMYK 0.19 0.02 0 0.09
HSL 185.45º 0.5% 0.83% -
HSV(B) 185.45º 0.19% 0.91% -
XYZ 63.71 72.74 87.77 -
YUV 217.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 189 229 233 0.19 0.02 0 0.09 185.45 0.5 0.83
Hex BD E5 E9 13 2 0 9 B9 32 53
Octal 275 345 351 23 2 0 11 271 62 123
Binary 10111101 11100101 11101001 10011 10 0 1001 10111001 110010 1010011

Color Harmonies of #BDE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5E9

Black with #BDE5E9

Text Example


Text Example

White with #BDE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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