#BCEEC5

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

Shades of Granny Apple #BCEEC5

Tints of Granny Apple #BCEEC5

Color information

#BCEEC5 (or 0xBCEEC5) is unknown color: approx Granny Apple. HEX triplet: BC, EE and C5. RGB value is (188,238,197). Sum of RGB (Red+Green+Blue) = 188+238+197=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC5 is #43113A. Grayscale: #DADADA. Windows color (decimal): -4395323 or 12971708. OLE color: 12971708.

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

Color convert

RGB188238197-
CMYK0.2100.170.07
HSL130.8º59.52%83.53%-
HSV(B)130.8º21.01%93.33%-
XYZ61.3975.8764.23-
YUV218.38115.94106.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=30.18%
G=38.20%
B=31.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381970.2100.170.07130.859.5283.53
HexBCEEC5150117833c54
Octal27435630525021720374124
Binary10111100111011101100010110101010001111100000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC5; }

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

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

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

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

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

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

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

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