Html Css Color HEX #BDE7E5 Mabel

📋 copy color: '#BDE7E5'

red 189 ◦ green 231 ◦ blue 229

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

Shades of Mabel #BDE7E5

Tints of Mabel #BDE7E5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.59%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 29.12%
G = 35.59%
B = 35.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#BDE7E5 (or 0xBDE7E5) is known color: Mabel. HEX triplet: BD, E7 and E5. RGB value is (189,231,229). Sum of RGB (Red+Green+Blue) = 189+231+229=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7E5 is #42181A. Grayscale: #DADADA. Windows color (decimal): -4331547 or 15067069. OLE color: 15067069.

HSL color Cylindrical-coordinate representation of color #BDE7E5: hue angle of 177.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7E5 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 229 -
CMYK 0.18 0 0.01 0.09
HSL 177.14º 0.47% 0.82% -
HSV(B) 177.14º 0.18% 0.91% -
XYZ 63.71 73.63 84.98 -
YUV 218.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 189 231 229 0.18 0 0.01 0.09 177.14 0.47 0.82
Hex BD E7 E5 12 0 1 9 B1 2F 52
Octal 275 347 345 22 0 1 11 261 57 122
Binary 10111101 11100111 11100101 10010 0 1 1001 10110001 101111 1010010

Color Harmonies of #BDE7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7E5

Black with #BDE7E5

Text Example


Text Example

White with #BDE7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7E5; }

 p { color: rgb(189,231,229); }

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

background-color css

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

 a { background-color: rgb(189,231,229); }

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

border-color css

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

 span { border-color: rgb(189,231,229); }

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