Html Css Color HEX #BDE5E8 Onahau

📋 copy color: '#BDE5E8'

red 189 ◦ green 229 ◦ blue 232

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

Shades of Onahau #BDE5E8

Tints of Onahau #BDE5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 29.08%
G = 35.23%
B = 35.69%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDE5E8 (or 0xBDE5E8) is known color: Onahau. HEX triplet: BD, E5 and E8. RGB value is (189,229,232). Sum of RGB (Red+Green+Blue) = 189+229+232=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDE5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5E8 is #421A17. Grayscale: #D9D9D9. Windows color (decimal): -4332056 or 15263165. OLE color: 15263165.

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

Color convert

RGB 189 229 232 -
CMYK 0.19 0.01 0 0.09
HSL 184.19º 0.48% 0.83% -
HSV(B) 184.19º 0.19% 0.91% -
XYZ 63.57 72.68 87.02 -
YUV 217.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 189 229 232 0.19 0.01 0 0.09 184.19 0.48 0.83
Hex BD E5 E8 13 1 0 9 B8 30 53
Octal 275 345 350 23 1 0 11 270 60 123
Binary 10111101 11100101 11101000 10011 1 0 1001 10111000 110000 1010011

Color Harmonies of #BDE5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5E8

Black with #BDE5E8

Text Example


Text Example

White with #BDE5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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