#BBECC3

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

Shades of Fringy Flower #BBECC3

Tints of Fringy Flower #BBECC3

Color information

#BBECC3 (or 0xBBECC3) is unknown color: approx Fringy Flower. HEX triplet: BB, EC and C3. RGB value is (187,236,195). Sum of RGB (Red+Green+Blue) = 187+236+195=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC3 is #44133C. Grayscale: #D8D8D8. Windows color (decimal): -4461373 or 12840123. OLE color: 12840123.

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

Color convert

RGB187236195-
CMYK0.2100.170.07
HSL129.8º56.32%82.94%-
HSV(B)129.8º20.76%92.55%-
XYZ60.3474.562.83-
YUV216.68115.77106.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=30.26%
G=38.19%
B=31.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361950.2100.170.07129.856.3282.94
HexBBECC3150117823853
Octal27335430325021720270123
Binary10111011111011001100001110101010001111100000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECC3; }

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

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

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

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

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

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

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

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