Html Css Color HEX #BDE9E8 Mabel

📋 copy color: '#BDE9E8'

red 189 ◦ green 233 ◦ blue 232

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

Shades of Mabel #BDE9E8

Tints of Mabel #BDE9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.63%

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

R = 28.9%
G = 35.63%
B = 35.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#BDE9E8 (or 0xBDE9E8) is known color: Mabel. HEX triplet: BD, E9 and E8. RGB value is (189,233,232). Sum of RGB (Red+Green+Blue) = 189+233+232=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9E8 is #421617. Grayscale: #DBDBDB. Windows color (decimal): -4331032 or 15264189. OLE color: 15264189.

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

Color convert

RGB 189 233 232 -
CMYK 0.19 0 0.00 0.09
HSL 178.64º 0.5% 0.83% -
HSV(B) 178.64º 0.19% 0.91% -
XYZ 64.69 74.92 87.4 -
YUV 219.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 189 233 232 0.19 0 0.00 0.09 178.64 0.5 0.83
Hex BD E9 E8 13 0 0 9 B3 32 53
Octal 275 351 350 23 0 0 11 263 62 123
Binary 10111101 11101001 11101000 10011 0 0 1001 10110011 110010 1010011

Color Harmonies of #BDE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9E8

Black with #BDE9E8

Text Example


Text Example

White with #BDE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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