Html Css Color HEX #BDE6E4 Mabel

📋 copy color: '#BDE6E4'

red 189 ◦ green 230 ◦ blue 228

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

Shades of Mabel #BDE6E4

Tints of Mabel #BDE6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.24%

R = 29.21%
G = 35.55%
B = 35.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#BDE6E4 (or 0xBDE6E4) is known color: Mabel. HEX triplet: BD, E6 and E4. RGB value is (189,230,228). Sum of RGB (Red+Green+Blue) = 189+230+228=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6E4 is #42191B. Grayscale: #D9D9D9. Windows color (decimal): -4331804 or 15001277. OLE color: 15001277.

HSL color Cylindrical-coordinate representation of color #BDE6E4: hue angle of 177.07º 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 #BDE6E4 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 228 -
CMYK 0.18 0 0.01 0.10
HSL 177.07º 0.45% 0.82% -
HSV(B) 177.07º 0.18% 0.9% -
XYZ 63.29 73.01 84.16 -
YUV 217.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 189 230 228 0.18 0 0.01 0.10 177.07 0.45 0.82
Hex BD E6 E4 12 0 1 A B1 2D 52
Octal 275 346 344 22 0 1 12 261 55 122
Binary 10111101 11100110 11100100 10010 0 1 1010 10110001 101101 1010010

Color Harmonies of #BDE6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6E4

Black with #BDE6E4

Text Example


Text Example

White with #BDE6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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