Html Css Color HEX #BBE0BB Fringy Flower

📋 copy color: '#BBE0BB'

red 187 ◦ green 224 ◦ blue 187

#BBE0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BBE0BB

Tints of Fringy Flower #BBE0BB

RGB

 RED value IS 187 (73.44% from 255) = 31.27%

 GREEN value IS 224 (87.89% from 255) = 37.46%

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 31.27%
G = 37.46%
B = 31.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BBE0BB (or 0xBBE0BB) is known color: Fringy Flower. HEX triplet: BB, E0 and BB. RGB value is (187,224,187). Sum of RGB (Red+Green+Blue) = 187+224+187=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BB is #441F44. Grayscale: #D0D0D0. Windows color (decimal): -4464453 or 12312763. OLE color: 12312763.

HSL color Cylindrical-coordinate representation of color #BBE0BB: hue angle of 120º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 187 -
CMYK 0.17 0 0.17 0.12
HSL 120º 0.37% 0.81% -
HSV(B) 120º 0.17% 0.88% -
XYZ 56.12 67.46 57.08 -
YUV 208.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 187 224 187 0.17 0 0.17 0.12 120 0.37 0.81
Hex BB E0 BB 11 0 11 C 78 25 51
Octal 273 340 273 21 0 21 14 170 45 121
Binary 10111011 11100000 10111011 10001 0 10001 1100 1111000 100101 1010001

Color Harmonies of #BBE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0BB

Black with #BBE0BB

Text Example


Text Example

White with #BBE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0BB; }

 p { color: rgb(187,224,187); }

 H1.HeaderClassName
 {
   color: #BBE0BB;
 }
 .AnyTagClassName
 {
   color: #BBE0BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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