#BCEEC7

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

Shades of Granny Apple #BCEEC7

Tints of Granny Apple #BCEEC7

Color information

#BCEEC7 (or 0xBCEEC7) is unknown color: approx Granny Apple. HEX triplet: BC, EE and C7. RGB value is (188,238,199). Sum of RGB (Red+Green+Blue) = 188+238+199=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC7 is #431138. Grayscale: #DADADA. Windows color (decimal): -4395321 or 13102780. OLE color: 13102780.

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

Color convert

RGB188238199-
CMYK0.2100.160.07
HSL133.2º59.52%83.53%-
HSV(B)133.2º21.01%93.33%-
XYZ61.6275.9665.45-
YUV218.6116.94106.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=30.08%
G=38.08%
B=31.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381990.2100.160.07133.259.5283.53
HexBCEEC7150107853c54
Octal27435630725020720574124
Binary10111100111011101100011110101010000111100001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC7; }

 p { color: rgb(188,238,199); }

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

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

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

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

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

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

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