#BFF9CA

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

Shades of Granny Apple #BFF9CA

Tints of Granny Apple #BFF9CA

Color information

#BFF9CA (or 0xBFF9CA) is unknown color: approx Granny Apple. HEX triplet: BF, F9 and CA. RGB value is (191,249,202). Sum of RGB (Red+Green+Blue) = 191+249+202=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9CA is #400635. Grayscale: #E2E2E2. Windows color (decimal): -4195894 or 13302207. OLE color: 13302207.

HSL color Cylindrical-coordinate representation of color #BFF9CA: hue angle of 131.38º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9CA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB191249202-
CMYK0.2300.190.02
HSL131.38º82.86%86.27%-
HSV(B)131.38º23.29%97.65%-
XYZ66.0283.0968.44-
YUV226.3114.28102.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=29.75%
G=38.79%
B=31.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492020.2300.190.02131.3882.8686.27
HexBFF9CA170132835356
Octal277371312270232203123126
Binary10111111111110011100101010111010011101000001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9CA; }

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

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

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

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

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

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

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

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