Html Css Color HEX #BDE4E8 Onahau

📋 copy color: '#BDE4E8'

red 189 ◦ green 228 ◦ blue 232

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

Shades of Onahau #BDE4E8

Tints of Onahau #BDE4E8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.13%

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

R = 29.12%
G = 35.13%
B = 35.75%

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

#BDE4E8 (or 0xBDE4E8) is known color: Onahau. HEX triplet: BD, E4 and E8. RGB value is (189,228,232). Sum of RGB (Red+Green+Blue) = 189+228+232=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4E8 is #421B17. Grayscale: #D8D8D8. Windows color (decimal): -4332312 or 15262909. OLE color: 15262909.

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

Color convert

RGB 189 228 232 -
CMYK 0.19 0.02 0 0.09
HSL 185.58º 0.48% 0.83% -
HSV(B) 185.58º 0.19% 0.91% -
XYZ 63.3 72.13 86.93 -
YUV 216.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 189 228 232 0.19 0.02 0 0.09 185.58 0.48 0.83
Hex BD E4 E8 13 2 0 9 BA 30 53
Octal 275 344 350 23 2 0 11 272 60 123
Binary 10111101 11100100 11101000 10011 10 0 1001 10111010 110000 1010011

Color Harmonies of #BDE4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4E8

Black with #BDE4E8

Text Example


Text Example

White with #BDE4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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