Html Css Color HEX #BFEFEC Mabel

📋 copy color: '#BFEFEC'

red 191 ◦ green 239 ◦ blue 236

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

Shades of Mabel #BFEFEC

Tints of Mabel #BFEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.89%

 BLUE value IS 236 (92.58% from 255) = 35.44%

R = 28.68%
G = 35.89%
B = 35.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BFEFEC (or 0xBFEFEC) is known color: Mabel. HEX triplet: BF, EF and EC. RGB value is (191,239,236). Sum of RGB (Red+Green+Blue) = 191+239+236=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFEC is #401013. Grayscale: #E0E0E0. Windows color (decimal): -4198420 or 15527871. OLE color: 15527871.

HSL color Cylindrical-coordinate representation of color #BFEFEC: hue angle of 176.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFEC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 236 -
CMYK 0.20 0 0.01 0.06
HSL 176.25º 0.6% 0.84% -
HSV(B) 176.25º 0.2% 0.94% -
XYZ 67.49 78.87 91.02 -
YUV 224.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 191 239 236 0.20 0 0.01 0.06 176.25 0.6 0.84
Hex BF EF EC 14 0 1 6 B0 3C 54
Octal 277 357 354 24 0 1 6 260 74 124
Binary 10111111 11101111 11101100 10100 0 1 110 10110000 111100 1010100

Color Harmonies of #BFEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFEC

Black with #BFEFEC

Text Example


Text Example

White with #BFEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFEC; }

 p { color: rgb(191,239,236); }

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

background-color css

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

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

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

border-color css

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

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

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