#BBEFC0

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

Shades of Fringy Flower #BBEFC0

Tints of Fringy Flower #BBEFC0

Color information

#BBEFC0 (or 0xBBEFC0) is unknown color: approx Fringy Flower. HEX triplet: BB, EF and C0. RGB value is (187,239,192). Sum of RGB (Red+Green+Blue) = 187+239+192=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC0 is #44103F. Grayscale: #DADADA. Windows color (decimal): -4460608 or 12644283. OLE color: 12644283.

HSL color Cylindrical-coordinate representation of color #BBEFC0: hue angle of 125.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB187239192-
CMYK0.2200.200.06
HSL125.77º61.9%83.53%-
HSV(B)125.77º21.76%93.73%-
XYZ60.8776.161.35-
YUV218.09113.27105.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=30.26%
G=38.67%
B=31.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391920.2200.200.06125.7761.983.53
HexBBEFC01601467e3e54
Octal27335730026024617676124
Binary1011101111101111110000001011001010011011111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFC0; }

 p { color: rgb(187,239,192); }

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

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

 a { background-color: rgb(187,239,192); }

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

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

 span { border-color: rgb(187,239,192); }

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