#BFFDCE

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

Shades of Granny Apple #BFFDCE

Tints of Granny Apple #BFFDCE

Color information

#BFFDCE (or 0xBFFDCE) is unknown color: approx Granny Apple. HEX triplet: BF, FD and CE. RGB value is (191,253,206). Sum of RGB (Red+Green+Blue) = 191+253+206=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCE is #400231. Grayscale: #E5E5E5. Windows color (decimal): -4194866 or 13565375. OLE color: 13565375.

HSL color Cylindrical-coordinate representation of color #BFFDCE: hue angle of 134.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDCE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB191253206-
CMYK0.2500.190.01
HSL134.52º93.94%87.06%-
HSV(B)134.52º24.51%99.22%-
XYZ67.7585.7871.38-
YUV229.1114.96100.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=29.38%
G=38.92%
B=31.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532060.2500.190.01134.5293.9487.06
HexBFFDCE190131875e57
Octal277375316310231207136127
Binary1011111111111101110011101100101001111000011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDCE; }

 p { color: rgb(191,253,206); }

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

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

 a { background-color: rgb(191,253,206); }

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

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

 span { border-color: rgb(191,253,206); }

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