#BBEEC1

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

Shades of Fringy Flower #BBEEC1

Tints of Fringy Flower #BBEEC1

Color information

#BBEEC1 (or 0xBBEEC1) is unknown color: approx Fringy Flower. HEX triplet: BB, EE and C1. RGB value is (187,238,193). Sum of RGB (Red+Green+Blue) = 187+238+193=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC1 is #44113E. Grayscale: #D9D9D9. Windows color (decimal): -4460863 or 12709563. OLE color: 12709563.

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

Color convert

RGB187238193-
CMYK0.2100.190.07
HSL127.06º60%83.33%-
HSV(B)127.06º21.43%93.33%-
XYZ60.6975.5661.84-
YUV217.62114.1106.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=30.26%
G=38.51%
B=31.23%

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
Decimal1872381930.2100.190.07127.066083.33
HexBBEEC11501377f3c53
Octal27335630125023717774123
Binary1011101111101110110000011010101001111111111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEC1; }

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

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

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

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

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

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

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

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