Html Css Color HEX #BDE2E1 Mabel

📋 copy color: '#BDE2E1'

red 189 ◦ green 226 ◦ blue 225

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

Shades of Mabel #BDE2E1

Tints of Mabel #BDE2E1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 29.53%
G = 35.31%
B = 35.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#BDE2E1 (or 0xBDE2E1) is known color: Mabel. HEX triplet: BD, E2 and E1. RGB value is (189,226,225). Sum of RGB (Red+Green+Blue) = 189+226+225=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2E1 is #421D1E. Grayscale: #D6D6D6. Windows color (decimal): -4332831 or 14803645. OLE color: 14803645.

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

Color convert

RGB 189 226 225 -
CMYK 0.16 0 0.00 0.11
HSL 178.38º 0.39% 0.81% -
HSV(B) 178.38º 0.16% 0.89% -
XYZ 61.77 70.65 81.61 -
YUV 214.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 189 226 225 0.16 0 0.00 0.11 178.38 0.39 0.81
Hex BD E2 E1 10 0 0 B B2 27 51
Octal 275 342 341 20 0 0 13 262 47 121
Binary 10111101 11100010 11100001 10000 0 0 1011 10110010 100111 1010001

Color Harmonies of #BDE2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2E1

Black with #BDE2E1

Text Example


Text Example

White with #BDE2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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