#BFEEEE

Color #BFEEEE Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #BFEEEE

Tints of Mabel #BFEEEE

Color information

#BFEEEE (or 0xBFEEEE) is unknown color: approx Mabel. HEX triplet: BF, EE and EE. RGB value is (191,238,238). Sum of RGB (Red+Green+Blue) = 191+238+238=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BFEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEEE is #401111. Grayscale: #DFDFDF. Windows color (decimal): -4198674 or 15658687. OLE color: 15658687.

HSL color Cylindrical-coordinate representation of color #BFEEEE: hue angle of 180º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEEE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191238238-
CMYK0.20000.07
HSL180º58.02%84.12%-
HSV(B)180º19.75%93.33%-
XYZ67.4978.492.46-
YUV223.95135.93104.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=28.64%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382380.20000.0718058.0284.12
HexBFEEEE14007b43a54
Octal2773563562400726472124
Binary1011111111101110111011101010000111101101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEEE; }

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

 H1.HeaderClassName
 {
   color: #BFEEEE;
 }
 .AnyTagClassName
 {
   color: #BFEEEE;
 }
</style>
background-color css

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

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

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

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

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

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