#BCEEC4

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

Shades of Granny Apple #BCEEC4

Tints of Granny Apple #BCEEC4

Color information

#BCEEC4 (or 0xBCEEC4) is unknown color: approx Granny Apple. HEX triplet: BC, EE and C4. RGB value is (188,238,196). Sum of RGB (Red+Green+Blue) = 188+238+196=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC4 is #43113B. Grayscale: #DADADA. Windows color (decimal): -4395324 or 12906172. OLE color: 12906172.

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

Color convert

RGB188238196-
CMYK0.2100.180.07
HSL129.6º59.52%83.53%-
HSV(B)129.6º21.01%93.33%-
XYZ61.2875.8363.63-
YUV218.26115.44106.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=30.23%
G=38.26%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381960.2100.180.07129.659.5283.53
HexBCEEC4150127823c54
Octal27435630425022720274124
Binary10111100111011101100010010101010010111100000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC4; }

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

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

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

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

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

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

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

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