#BBF0CB

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

Shades of Granny Apple #BBF0CB

Tints of Granny Apple #BBF0CB

Color information

#BBF0CB (or 0xBBF0CB) is unknown color: approx Granny Apple. HEX triplet: BB, F0 and CB. RGB value is (187,240,203). Sum of RGB (Red+Green+Blue) = 187+240+203=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CB is #440F34. Grayscale: #DCDCDC. Windows color (decimal): -4460341 or 13365435. OLE color: 13365435.

HSL color Cylindrical-coordinate representation of color #BBF0CB: hue angle of 138.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0CB is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB187240203-
CMYK0.2200.150.06
HSL138.11º63.86%83.73%-
HSV(B)138.11º22.08%94.12%-
XYZ62.4377.268.11-
YUV219.94118.44104.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=29.68%
G=38.10%
B=32.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402030.2200.150.06138.1163.8683.73
HexBBF0CB160F68a4054
Octal273360313260176212100124
Binary10111011111100001100101110110011111101000101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0CB; }

 p { color: rgb(187,240,203); }

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

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

 a { background-color: rgb(187,240,203); }

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

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

 span { border-color: rgb(187,240,203); }

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