Html Css Color HEX #BDE6E5 Mabel

📋 copy color: '#BDE6E5'

red 189 ◦ green 230 ◦ blue 229

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

Shades of Mabel #BDE6E5

Tints of Mabel #BDE6E5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.49%

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

R = 29.17%
G = 35.49%
B = 35.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#BDE6E5 (or 0xBDE6E5) is known color: Mabel. HEX triplet: BD, E6 and E5. RGB value is (189,230,229). Sum of RGB (Red+Green+Blue) = 189+230+229=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6E5 is #42191A. Grayscale: #D9D9D9. Windows color (decimal): -4331803 or 15066813. OLE color: 15066813.

HSL color Cylindrical-coordinate representation of color #BDE6E5: hue angle of 178.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6E5 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 229 -
CMYK 0.18 0 0.00 0.10
HSL 178.54º 0.45% 0.82% -
HSV(B) 178.54º 0.18% 0.9% -
XYZ 63.43 73.07 84.89 -
YUV 217.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 189 230 229 0.18 0 0.00 0.10 178.54 0.45 0.82
Hex BD E6 E5 12 0 0 A B3 2D 52
Octal 275 346 345 22 0 0 12 263 55 122
Binary 10111101 11100110 11100101 10010 0 0 1010 10110011 101101 1010010

Color Harmonies of #BDE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6E5

Black with #BDE6E5

Text Example


Text Example

White with #BDE6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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