#BBFCC0

Color #BBFCC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BBFCC0

Tints of Fringy Flower #BBFCC0

Color information

#BBFCC0 (or 0xBBFCC0) is unknown color: approx Fringy Flower. HEX triplet: BB, FC and C0. RGB value is (187,252,192). Sum of RGB (Red+Green+Blue) = 187+252+192=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC0 is #44033F. Grayscale: #E1E1E1. Windows color (decimal): -4457280 or 12647611. OLE color: 12647611.

HSL color Cylindrical-coordinate representation of color #BBFCC0: hue angle of 124.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB187252192-
CMYK0.2600.240.01
HSL124.62º91.55%86.08%-
HSV(B)124.62º25.79%98.82%-
XYZ64.8283.9962.66-
YUV225.72108.97100.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=29.64%
G=39.94%
B=30.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521920.2600.240.01124.6291.5586.08
HexBBFCC01A01817d5c56
Octal273374300320301175134126
Binary101110111111110011000000110100110001111110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCC0; }

 p { color: rgb(187,252,192); }

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

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

 a { background-color: rgb(187,252,192); }

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

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

 span { border-color: rgb(187,252,192); }

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