Html Css Color HEX #BDE4E3 Mabel

📋 copy color: '#BDE4E3'

red 189 ◦ green 228 ◦ blue 227

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

Shades of Mabel #BDE4E3

Tints of Mabel #BDE4E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.25%

R = 29.35%
G = 35.4%
B = 35.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#BDE4E3 (or 0xBDE4E3) is known color: Mabel. HEX triplet: BD, E4 and E3. RGB value is (189,228,227). Sum of RGB (Red+Green+Blue) = 189+228+227=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E3 is #421B1C. Grayscale: #D8D8D8. Windows color (decimal): -4332317 or 14935229. OLE color: 14935229.

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

Color convert

RGB 189 228 227 -
CMYK 0.17 0 0.00 0.11
HSL 178.46º 0.42% 0.82% -
HSV(B) 178.46º 0.17% 0.89% -
XYZ 62.59 71.85 83.24 -
YUV 216.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 189 228 227 0.17 0 0.00 0.11 178.46 0.42 0.82
Hex BD E4 E3 11 0 0 B B2 2A 52
Octal 275 344 343 21 0 0 13 262 52 122
Binary 10111101 11100100 11100011 10001 0 0 1011 10110010 101010 1010010

Color Harmonies of #BDE4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4E3

Black with #BDE4E3

Text Example


Text Example

White with #BDE4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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