#BBF6CD

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

Shades of Granny Apple #BBF6CD

Tints of Granny Apple #BBF6CD

Color information

#BBF6CD (or 0xBBF6CD) is unknown color: approx Granny Apple. HEX triplet: BB, F6 and CD. RGB value is (187,246,205). Sum of RGB (Red+Green+Blue) = 187+246+205=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6CD is #440932. Grayscale: #DFDFDF. Windows color (decimal): -4458803 or 13498043. OLE color: 13498043.

HSL color Cylindrical-coordinate representation of color #BBF6CD: hue angle of 138.31º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6CD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB187246205-
CMYK0.2400.170.04
HSL138.31º76.62%84.9%-
HSV(B)138.31º23.98%96.47%-
XYZ64.4780.8869.97-
YUV223.68117.45101.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=29.31%
G=38.56%
B=32.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462050.2400.170.04138.3176.6284.9
HexBBF6CD1801148a4d55
Octal273366315300214212115125
Binary101110111111011011001101110000100011001000101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6CD; }

 p { color: rgb(187,246,205); }

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

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

 a { background-color: rgb(187,246,205); }

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

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

 span { border-color: rgb(187,246,205); }

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