#BBF3BD

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

Shades of Fringy Flower #BBF3BD

Tints of Fringy Flower #BBF3BD

Color information

#BBF3BD (or 0xBBF3BD) is unknown color: approx Fringy Flower. HEX triplet: BB, F3 and BD. RGB value is (187,243,189). Sum of RGB (Red+Green+Blue) = 187+243+189=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3BD is #440C42. Grayscale: #DCDCDC. Windows color (decimal): -4459587 or 12448699. OLE color: 12448699.

HSL color Cylindrical-coordinate representation of color #BBF3BD: hue angle of 122.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3BD is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB187243189-
CMYK0.2300.220.05
HSL122.14º70%84.31%-
HSV(B)122.14º23.05%95.29%-
XYZ61.7378.3460.01-
YUV220.1110.45104.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 243 (95.31% from 255) = 39.26%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=30.21%
G=39.26%
B=30.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431890.2300.220.05122.147084.31
HexBBF3BD1701657a4654
Octal273363275270265172106124
Binary10111011111100111011110110111010110101111101010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3BD; }

 p { color: rgb(187,243,189); }

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

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

 a { background-color: rgb(187,243,189); }

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

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

 span { border-color: rgb(187,243,189); }

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