Html Css Color HEX #BDEBE8 Mabel

📋 copy color: '#BDEBE8'

red 189 ◦ green 235 ◦ blue 232

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

Shades of Mabel #BDEBE8

Tints of Mabel #BDEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.82%

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

R = 28.81%
G = 35.82%
B = 35.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#BDEBE8 (or 0xBDEBE8) is known color: Mabel. HEX triplet: BD, EB and E8. RGB value is (189,235,232). Sum of RGB (Red+Green+Blue) = 189+235+232=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBE8 is #421417. Grayscale: #DCDCDC. Windows color (decimal): -4330520 or 15264701. OLE color: 15264701.

HSL color Cylindrical-coordinate representation of color #BDEBE8: hue angle of 176.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBE8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 232 -
CMYK 0.20 0 0.01 0.08
HSL 176.09º 0.53% 0.83% -
HSV(B) 176.09º 0.2% 0.92% -
XYZ 65.26 76.06 87.59 -
YUV 220.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 189 235 232 0.20 0 0.01 0.08 176.09 0.53 0.83
Hex BD EB E8 14 0 1 8 B0 35 53
Octal 275 353 350 24 0 1 10 260 65 123
Binary 10111101 11101011 11101000 10100 0 1 1000 10110000 110101 1010011

Color Harmonies of #BDEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBE8

Black with #BDEBE8

Text Example


Text Example

White with #BDEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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