#BBEAC3

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

Shades of Fringy Flower #BBEAC3

Tints of Fringy Flower #BBEAC3

Color information

#BBEAC3 (or 0xBBEAC3) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and C3. RGB value is (187,234,195). Sum of RGB (Red+Green+Blue) = 187+234+195=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC3 is #44153C. Grayscale: #D7D7D7. Windows color (decimal): -4461885 or 12839611. OLE color: 12839611.

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

Color convert

RGB187234195-
CMYK0.2000.170.08
HSL130.21º52.81%82.55%-
HSV(B)130.21º20.09%91.76%-
XYZ59.7773.3562.64-
YUV215.5116.43107.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=30.36%
G=37.99%
B=31.66%

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
Decimal1872341950.2000.170.08130.2152.8182.55
HexBBEAC3140118823553
Octal273352303240211020265123
Binary101110111110101011000011101000100011000100000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAC3; }

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

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

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

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

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

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

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

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