#BBECC2

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

Shades of Fringy Flower #BBECC2

Tints of Fringy Flower #BBECC2

Color information

#BBECC2 (or 0xBBECC2) is unknown color: approx Fringy Flower. HEX triplet: BB, EC and C2. RGB value is (187,236,194). Sum of RGB (Red+Green+Blue) = 187+236+194=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC2 is #44133D. Grayscale: #D8D8D8. Windows color (decimal): -4461374 or 12774587. OLE color: 12774587.

HSL color Cylindrical-coordinate representation of color #BBECC2: hue angle of 128.57º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECC2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB187236194-
CMYK0.2100.180.07
HSL128.57º56.32%82.94%-
HSV(B)128.57º20.76%92.55%-
XYZ60.2374.4562.24-
YUV216.56115.27106.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=30.31%
G=38.25%
B=31.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361940.2100.180.07128.5756.3282.94
HexBBECC2150127813853
Octal27335430225022720170123
Binary10111011111011001100001010101010010111100000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECC2; }

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

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

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

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

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

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

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

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