#BCEBBE

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

Shades of Fringy Flower #BCEBBE

Tints of Fringy Flower #BCEBBE

Color information

#BCEBBE (or 0xBCEBBE) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and BE. RGB value is (188,235,190). Sum of RGB (Red+Green+Blue) = 188+235+190=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBE is #431441. Grayscale: #D7D7D7. Windows color (decimal): -4396098 or 12512188. OLE color: 12512188.

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

Color convert

RGB188235190-
CMYK0.200.190.08
HSL122.55º54.02%82.94%-
HSV(B)122.55º20%92.16%-
XYZ59.7473.8359.82-
YUV215.82113.43108.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=30.67%
G=38.34%
B=31.00%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351900.200.190.08122.5554.0282.94
HexBCEBBE1401387b3653
Octal274353276240231017366123
Binary10111100111010111011111010100010011100011110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBBE; }

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

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

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

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

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

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

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

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