Html Css Color HEX #BFE0DF Mabel

📋 copy color: '#BFE0DF'

red 191 ◦ green 224 ◦ blue 223

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

Shades of Mabel #BFE0DF

Tints of Mabel #BFE0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 29.94%
G = 35.11%
B = 34.95%

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

#BFE0DF (or 0xBFE0DF) is known color: Mabel. HEX triplet: BF, E0 and DF. RGB value is (191,224,223). Sum of RGB (Red+Green+Blue) = 191+224+223=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DF is #401F20. Grayscale: #D5D5D5. Windows color (decimal): -4202273 or 14672063. OLE color: 14672063.

HSL color Cylindrical-coordinate representation of color #BFE0DF: hue angle of 178.18º 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 #BFE0DF is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 223 -
CMYK 0.15 0 0.00 0.12
HSL 178.18º 0.35% 0.81% -
HSV(B) 178.18º 0.15% 0.88% -
XYZ 61.46 69.72 80.03 -
YUV 214.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 191 224 223 0.15 0 0.00 0.12 178.18 0.35 0.81
Hex BF E0 DF F 0 0 C B2 23 51
Octal 277 340 337 17 0 0 14 262 43 121
Binary 10111111 11100000 11011111 1111 0 0 1100 10110010 100011 1010001

Color Harmonies of #BFE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0DF

Black with #BFE0DF

Text Example


Text Example

White with #BFE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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