#BFF2CB

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

Shades of Granny Apple #BFF2CB

Tints of Granny Apple #BFF2CB

Color information

#BFF2CB (or 0xBFF2CB) is unknown color: approx Granny Apple. HEX triplet: BF, F2 and CB. RGB value is (191,242,203). Sum of RGB (Red+Green+Blue) = 191+242+203=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2CB is #400D34. Grayscale: #DEDEDE. Windows color (decimal): -4197685 or 13365951. OLE color: 13365951.

HSL color Cylindrical-coordinate representation of color #BFF2CB: hue angle of 134.12º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB191242203-
CMYK0.2100.160.05
HSL134.12º66.23%84.9%-
HSV(B)134.12º21.07%94.9%-
XYZ64.0278.8968.35-
YUV222.3117.1105.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=30.03%
G=38.05%
B=31.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912422030.2100.160.05134.1266.2384.9
HexBFF2CB150105864255
Octal277362313250205206102125
Binary101111111111001011001011101010100001011000011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2CB; }

 p { color: rgb(191,242,203); }

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

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

 a { background-color: rgb(191,242,203); }

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

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

 span { border-color: rgb(191,242,203); }

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