#BFE8CB

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

Shades of Granny Apple #BFE8CB

Tints of Granny Apple #BFE8CB

Color information

#BFE8CB (or 0xBFE8CB) is unknown color: approx Granny Apple. HEX triplet: BF, E8 and CB. RGB value is (191,232,203). Sum of RGB (Red+Green+Blue) = 191+232+203=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8CB is #401734. Grayscale: #D8D8D8. Windows color (decimal): -4200245 or 13363391. OLE color: 13363391.

HSL color Cylindrical-coordinate representation of color #BFE8CB: hue angle of 137.56º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8CB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB191232203-
CMYK0.1800.120.09
HSL137.56º47.13%82.94%-
HSV(B)137.56º17.67%90.98%-
XYZ61.1273.167.39-
YUV216.44120.42109.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=30.51%
G=37.06%
B=32.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322030.1800.120.09137.5647.1382.94
HexBFE8CB120C98a2f53
Octal277350313220141121257123
Binary10111111111010001100101110010011001001100010101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8CB; }

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

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

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

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

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

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

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

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