#BFF1CD

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

Shades of Granny Apple #BFF1CD

Tints of Granny Apple #BFF1CD

Color information

#BFF1CD (or 0xBFF1CD) is unknown color: approx Granny Apple. HEX triplet: BF, F1 and CD. RGB value is (191,241,205). Sum of RGB (Red+Green+Blue) = 191+241+205=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1CD is #400E32. Grayscale: #DEDEDE. Windows color (decimal): -4197939 or 13496767. OLE color: 13496767.

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

Color convert

RGB191241205-
CMYK0.2100.150.05
HSL136.8º64.1%84.71%-
HSV(B)136.8º20.75%94.51%-
XYZ63.9678.3969.52-
YUV221.95118.44105.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=29.98%
G=37.83%
B=32.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912412050.2100.150.05136.864.184.71
HexBFF1CD150F5894055
Octal277361315250175211100125
Binary10111111111100011100110110101011111011000100110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1CD; }

 p { color: rgb(191,241,205); }

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

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

 a { background-color: rgb(191,241,205); }

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

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

 span { border-color: rgb(191,241,205); }

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