Html Css Color HEX #BFE1E0 Mabel

📋 copy color: '#BFE1E0'

red 191 ◦ green 225 ◦ blue 224

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

Shades of Mabel #BFE1E0

Tints of Mabel #BFE1E0

RGB

 RED value IS 191 (75% from 255) = 29.84%

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

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

R = 29.84%
G = 35.16%
B = 35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BFE1E0 (or 0xBFE1E0) is known color: Mabel. HEX triplet: BF, E1 and E0. RGB value is (191,225,224). Sum of RGB (Red+Green+Blue) = 191+225+224=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1E0 is #401E1F. Grayscale: #D6D6D6. Windows color (decimal): -4202016 or 14737855. OLE color: 14737855.

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

Color convert

RGB 191 225 224 -
CMYK 0.15 0 0.00 0.12
HSL 178.24º 0.36% 0.82% -
HSV(B) 178.24º 0.15% 0.88% -
XYZ 61.87 70.31 80.83 -
YUV 214.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 191 225 224 0.15 0 0.00 0.12 178.24 0.36 0.82
Hex BF E1 E0 F 0 0 C B2 24 52
Octal 277 341 340 17 0 0 14 262 44 122
Binary 10111111 11100001 11100000 1111 0 0 1100 10110010 100100 1010010

Color Harmonies of #BFE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1E0

Black with #BFE1E0

Text Example


Text Example

White with #BFE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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