#BFEEC4

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

Shades of Granny Apple #BFEEC4

Tints of Granny Apple #BFEEC4

Color information

#BFEEC4 (or 0xBFEEC4) is unknown color: approx Granny Apple. HEX triplet: BF, EE and C4. RGB value is (191,238,196). Sum of RGB (Red+Green+Blue) = 191+238+196=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC4 is #40113B. Grayscale: #DBDBDB. Windows color (decimal): -4198716 or 12906175. OLE color: 12906175.

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

Color convert

RGB191238196-
CMYK0.2000.180.07
HSL126.38º58.02%84.12%-
HSV(B)126.38º19.75%93.33%-
XYZ62.0276.2163.67-
YUV219.16114.93107.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=30.56%
G=38.08%
B=31.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381960.2000.180.07126.3858.0284.12
HexBFEEC41401277e3a54
Octal27735630424022717672124
Binary1011111111101110110001001010001001011111111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEC4; }

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

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

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

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

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

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

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

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