#BBF0BD

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

Shades of Fringy Flower #BBF0BD

Tints of Fringy Flower #BBF0BD

Color information

#BBF0BD (or 0xBBF0BD) is unknown color: approx Fringy Flower. HEX triplet: BB, F0 and BD. RGB value is (187,240,189). Sum of RGB (Red+Green+Blue) = 187+240+189=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BD is #440F42. Grayscale: #DADADA. Windows color (decimal): -4460355 or 12447931. OLE color: 12447931.

HSL color Cylindrical-coordinate representation of color #BBF0BD: hue angle of 122.26º degrees, saturation: 0.64, 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 #BBF0BD is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB187240189-
CMYK0.2200.210.06
HSL122.26º63.86%83.73%-
HSV(B)122.26º22.08%94.12%-
XYZ60.8476.5659.71-
YUV218.34111.44105.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=30.36%
G=38.96%
B=30.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401890.2200.210.06122.2663.8683.73
HexBBF0BD1601567a4054
Octal273360275260256172100124
Binary10111011111100001011110110110010101110111101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0BD; }

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

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

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

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

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

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

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

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