#BBEAC2

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

Shades of Fringy Flower #BBEAC2

Tints of Fringy Flower #BBEAC2

Color information

#BBEAC2 (or 0xBBEAC2) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and C2. RGB value is (187,234,194). Sum of RGB (Red+Green+Blue) = 187+234+194=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC2 is #44153D. Grayscale: #D7D7D7. Windows color (decimal): -4461886 or 12774075. OLE color: 12774075.

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

Color convert

RGB187234194-
CMYK0.2000.170.08
HSL128.94º52.81%82.55%-
HSV(B)128.94º20.09%91.76%-
XYZ59.6573.3162.04-
YUV215.39115.93107.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=30.41%
G=38.05%
B=31.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341940.2000.170.08128.9452.8182.55
HexBBEAC2140118813553
Octal273352302240211020165123
Binary101110111110101011000010101000100011000100000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAC2; }

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

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

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

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

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

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

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

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