Html Css Color HEX #BFE0E0 Mabel

📋 copy color: '#BFE0E0'

red 191 ◦ green 224 ◦ blue 224

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

Shades of Mabel #BFE0E0

Tints of Mabel #BFE0E0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.05%

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

R = 29.89%
G = 35.05%
B = 35.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFE0E0 (or 0xBFE0E0) is known color: Mabel. HEX triplet: BF, E0 and E0. RGB value is (191,224,224). Sum of RGB (Red+Green+Blue) = 191+224+224=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #BFE0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0E0 is #401F1F. Grayscale: #D6D6D6. Windows color (decimal): -4202272 or 14737599. OLE color: 14737599.

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

Color convert

RGB 191 224 224 -
CMYK 0.15 0 0 0.12
HSL 180º 0.35% 0.81% -
HSV(B) 180º 0.15% 0.88% -
XYZ 61.6 69.77 80.74 -
YUV 214.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 191 224 224 0.15 0 0 0.12 180 0.35 0.81
Hex BF E0 E0 F 0 0 C B4 23 51
Octal 277 340 340 17 0 0 14 264 43 121
Binary 10111111 11100000 11100000 1111 0 0 1100 10110100 100011 1010001

Color Harmonies of #BFE0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0E0

Black with #BFE0E0

Text Example


Text Example

White with #BFE0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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