#B6F7CC

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

Shades of Granny Apple #B6F7CC

Tints of Granny Apple #B6F7CC

Color information

#B6F7CC (or 0xB6F7CC) is unknown color: approx Granny Apple. HEX triplet: B6, F7 and CC. RGB value is (182,247,204). Sum of RGB (Red+Green+Blue) = 182+247+204=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F7CC is #490833. Grayscale: #DEDEDE. Windows color (decimal): -4786228 or 13432758. OLE color: 13432758.

HSL color Cylindrical-coordinate representation of color #B6F7CC: hue angle of 140.31º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F7CC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB182247204-
CMYK0.2600.170.03
HSL140.31º80.25%84.12%-
HSV(B)140.31º26.32%96.86%-
XYZ63.4580.8369.38-
YUV222.66117.4799-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=28.75%
G=39.02%
B=32.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822472040.2600.170.03140.3180.2584.12
HexB6F7CC1A01138c5054
Octal266367314320213214120124
Binary10110110111101111100110011010010001111000110010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7CC; }

 p { color: rgb(182,247,204); }

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

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

 a { background-color: rgb(182,247,204); }

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

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

 span { border-color: rgb(182,247,204); }

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