#BFEECB

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

Shades of Granny Apple #BFEECB

Tints of Granny Apple #BFEECB

Color information

#BFEECB (or 0xBFEECB) is unknown color: approx Granny Apple. HEX triplet: BF, EE and CB. RGB value is (191,238,203). Sum of RGB (Red+Green+Blue) = 191+238+203=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECB is #401134. Grayscale: #DCDCDC. Windows color (decimal): -4198709 or 13364927. OLE color: 13364927.

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

Color convert

RGB191238203-
CMYK0.2000.150.07
HSL135.32º58.02%84.12%-
HSV(B)135.32º19.75%93.33%-
XYZ62.8476.5467.96-
YUV219.96118.43107.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=30.22%
G=37.66%
B=32.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382030.2000.150.07135.3258.0284.12
HexBFEECB140F7873a54
Octal27735631324017720772124
Binary1011111111101110110010111010001111111100001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEECB; }

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

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

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

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

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

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

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

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