Html Css Color HEX #BFDFDE Mabel

📋 copy color: '#BFDFDE'

red 191 ◦ green 223 ◦ blue 222

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

Shades of Mabel #BFDFDE

Tints of Mabel #BFDFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 30.03%
G = 35.06%
B = 34.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BFDFDE (or 0xBFDFDE) is known color: Mabel. HEX triplet: BF, DF and DE. RGB value is (191,223,222). Sum of RGB (Red+Green+Blue) = 191+223+222=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDE is #402021. Grayscale: #D5D5D5. Windows color (decimal): -4202530 or 14606271. OLE color: 14606271.

HSL color Cylindrical-coordinate representation of color #BFDFDE: hue angle of 178.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFDE is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 222 -
CMYK 0.14 0 0.00 0.13
HSL 178.13º 0.33% 0.81% -
HSV(B) 178.13º 0.14% 0.87% -
XYZ 61.06 69.13 79.23 -
YUV 213.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 191 223 222 0.14 0 0.00 0.13 178.13 0.33 0.81
Hex BF DF DE E 0 0 D B2 21 51
Octal 277 337 336 16 0 0 15 262 41 121
Binary 10111111 11011111 11011110 1110 0 0 1101 10110010 100001 1010001

Color Harmonies of #BFDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFDE

Black with #BFDFDE

Text Example


Text Example

White with #BFDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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