#BBEBC0

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

Shades of Fringy Flower #BBEBC0

Tints of Fringy Flower #BBEBC0

Color information

#BBEBC0 (or 0xBBEBC0) is unknown color: approx Fringy Flower. HEX triplet: BB, EB and C0. RGB value is (187,235,192). Sum of RGB (Red+Green+Blue) = 187+235+192=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC0 is #44143F. Grayscale: #D7D7D7. Windows color (decimal): -4461632 or 12643259. OLE color: 12643259.

HSL color Cylindrical-coordinate representation of color #BBEBC0: hue angle of 126.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBC0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB187235192-
CMYK0.2000.180.08
HSL126.25º54.55%82.75%-
HSV(B)126.25º20.43%92.16%-
XYZ59.7273.7960.96-
YUV215.75114.6107.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=30.46%
G=38.27%
B=31.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872351920.2000.180.08126.2554.5582.75
HexBBEBC01401287e3753
Octal273353300240221017667123
Binary10111011111010111100000010100010010100011111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBC0; }

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

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

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

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

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

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

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

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