#BCEBBB

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

Shades of Fringy Flower #BCEBBB

Tints of Fringy Flower #BCEBBB

Color information

#BCEBBB (or 0xBCEBBB) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and BB. RGB value is (188,235,187). Sum of RGB (Red+Green+Blue) = 188+235+187=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBB is #431444. Grayscale: #D7D7D7. Windows color (decimal): -4396101 or 12315580. OLE color: 12315580.

HSL color Cylindrical-coordinate representation of color #BCEBBB: hue angle of 118.75º 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 #BCEBBB is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB188235187-
CMYK0.200.200.08
HSL118.75º54.55%82.75%-
HSV(B)118.75º20.43%92.16%-
XYZ59.4273.758.11-
YUV215.48111.93108.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=30.82%
G=38.52%
B=30.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351870.200.200.08118.7554.5582.75
HexBCEBBB140148773753
Octal274353273240241016767123
Binary10111100111010111011101110100010100100011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBBB; }

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

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

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

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

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

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

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

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