#BBEDC1

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

Shades of Fringy Flower #BBEDC1

Tints of Fringy Flower #BBEDC1

Color information

#BBEDC1 (or 0xBBEDC1) is unknown color: approx Fringy Flower. HEX triplet: BB, ED and C1. RGB value is (187,237,193). Sum of RGB (Red+Green+Blue) = 187+237+193=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC1 is #44123E. Grayscale: #D9D9D9. Windows color (decimal): -4461119 or 12709307. OLE color: 12709307.

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

Color convert

RGB187237193-
CMYK0.2100.190.07
HSL127.2º58.14%83.14%-
HSV(B)127.2º21.1%92.94%-
XYZ60.474.9861.74-
YUV217.03114.44106.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=30.31%
G=38.41%
B=31.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371930.2100.190.07127.258.1483.14
HexBBEDC11501377f3a53
Octal27335530125023717772123
Binary1011101111101101110000011010101001111111111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDC1; }

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

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

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

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

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

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

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

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