#BBEAC1

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

Shades of Fringy Flower #BBEAC1

Tints of Fringy Flower #BBEAC1

Color information

#BBEAC1 (or 0xBBEAC1) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and C1. RGB value is (187,234,193). Sum of RGB (Red+Green+Blue) = 187+234+193=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC1 is #44153E. Grayscale: #D7D7D7. Windows color (decimal): -4461887 or 12708539. OLE color: 12708539.

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

Color convert

RGB187234193-
CMYK0.2000.180.08
HSL127.66º52.81%82.55%-
HSV(B)127.66º20.09%91.76%-
XYZ59.5473.2661.45-
YUV215.27115.43107.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=30.46%
G=38.11%
B=31.43%

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
Decimal1872341930.2000.180.08127.6652.8182.55
HexBBEAC1140128803553
Octal273352301240221020065123
Binary101110111110101011000001101000100101000100000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAC1; }

 p { color: rgb(187,234,193); }

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

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

 a { background-color: rgb(187,234,193); }

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

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

 span { border-color: rgb(187,234,193); }

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