Html Css Color HEX #BDE1E0 Mabel

📋 copy color: '#BDE1E0'

red 189 ◦ green 225 ◦ blue 224

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

Shades of Mabel #BDE1E0

Tints of Mabel #BDE1E0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.27%

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 29.62%
G = 35.27%
B = 35.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BDE1E0 (or 0xBDE1E0) is known color: Mabel. HEX triplet: BD, E1 and E0. RGB value is (189,225,224). Sum of RGB (Red+Green+Blue) = 189+225+224=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1E0 is #421E1F. Grayscale: #D6D6D6. Windows color (decimal): -4333088 or 14737853. OLE color: 14737853.

HSL color Cylindrical-coordinate representation of color #BDE1E0: hue angle of 178.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1E0 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 224 -
CMYK 0.16 0 0.00 0.12
HSL 178.33º 0.38% 0.81% -
HSV(B) 178.33º 0.16% 0.88% -
XYZ 61.37 70.05 80.81 -
YUV 214.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 189 225 224 0.16 0 0.00 0.12 178.33 0.38 0.81
Hex BD E1 E0 10 0 0 C B2 26 51
Octal 275 341 340 20 0 0 14 262 46 121
Binary 10111101 11100001 11100000 10000 0 0 1100 10110010 100110 1010001

Color Harmonies of #BDE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1E0

Black with #BDE1E0

Text Example


Text Example

White with #BDE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1E0; }

 p { color: rgb(189,225,224); }

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

background-color css

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

 a { background-color: rgb(189,225,224); }

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

border-color css

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

 span { border-color: rgb(189,225,224); }

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