#BFF2CA

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

Shades of Granny Apple #BFF2CA

Tints of Granny Apple #BFF2CA

Color information

#BFF2CA (or 0xBFF2CA) is unknown color: approx Granny Apple. HEX triplet: BF, F2 and CA. RGB value is (191,242,202). Sum of RGB (Red+Green+Blue) = 191+242+202=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2CA is #400D35. Grayscale: #DEDEDE. Windows color (decimal): -4197686 or 13300415. OLE color: 13300415.

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

Color convert

RGB191242202-
CMYK0.2100.170.05
HSL132.94º66.23%84.9%-
HSV(B)132.94º21.07%94.9%-
XYZ63.978.8467.73-
YUV222.19116.6105.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=30.08%
G=38.11%
B=31.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912422020.2100.170.05132.9466.2384.9
HexBFF2CA150115854255
Octal277362312250215205102125
Binary101111111111001011001010101010100011011000010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2CA; }

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

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

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

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

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

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

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

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