#B8FBCD

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

Shades of Granny Apple #B8FBCD

Tints of Granny Apple #B8FBCD

Color information

#B8FBCD (or 0xB8FBCD) is unknown color: approx Granny Apple. HEX triplet: B8, FB and CD. RGB value is (184,251,205). Sum of RGB (Red+Green+Blue) = 184+251+205=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBCD is #470432. Grayscale: #E1E1E1. Windows color (decimal): -4654131 or 13499320. OLE color: 13499320.

HSL color Cylindrical-coordinate representation of color #B8FBCD: hue angle of 138.81º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBCD is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB184251205-
CMYK0.2700.180.02
HSL138.81º89.33%85.29%-
HSV(B)138.81º26.69%98.43%-
XYZ65.2883.5970.45-
YUV225.72116.398.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=28.75%
G=39.22%
B=32.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512050.2700.180.02138.8189.3385.29
HexB8FBCD1B01228b5955
Octal270373315330222213131125
Binary10111000111110111100110111011010010101000101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBCD; }

 p { color: rgb(184,251,205); }

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

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

 a { background-color: rgb(184,251,205); }

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

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

 span { border-color: rgb(184,251,205); }

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