Html Css Color HEX #BDE4E2 Mabel

📋 copy color: '#BDE4E2'

red 189 ◦ green 228 ◦ blue 226

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

Shades of Mabel #BDE4E2

Tints of Mabel #BDE4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.15%

R = 29.39%
G = 35.46%
B = 35.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BDE4E2 (or 0xBDE4E2) is known color: Mabel. HEX triplet: BD, E4 and E2. RGB value is (189,228,226). Sum of RGB (Red+Green+Blue) = 189+228+226=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E2 is #421B1D. Grayscale: #D8D8D8. Windows color (decimal): -4332318 or 14869693. OLE color: 14869693.

HSL color Cylindrical-coordinate representation of color #BDE4E2: hue angle of 176.92º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4E2 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 226 -
CMYK 0.17 0 0.01 0.11
HSL 176.92º 0.42% 0.82% -
HSV(B) 176.92º 0.17% 0.89% -
XYZ 62.46 71.8 82.52 -
YUV 216.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 189 228 226 0.17 0 0.01 0.11 176.92 0.42 0.82
Hex BD E4 E2 11 0 1 B B1 2A 52
Octal 275 344 342 21 0 1 13 261 52 122
Binary 10111101 11100100 11100010 10001 0 1 1011 10110001 101010 1010010

Color Harmonies of #BDE4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4E2

Black with #BDE4E2

Text Example


Text Example

White with #BDE4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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