Html Css Color HEX #BBF0BB Fringy Flower

📋 copy color: '#BBF0BB'

red 187 ◦ green 240 ◦ blue 187

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

Shades of Fringy Flower #BBF0BB

Tints of Fringy Flower #BBF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.09%

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

R = 30.46%
G = 39.09%
B = 30.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#BBF0BB (or 0xBBF0BB) is known color: Fringy Flower. HEX triplet: BB, F0 and BB. RGB value is (187,240,187). Sum of RGB (Red+Green+Blue) = 187+240+187=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BB is #440F44. Grayscale: #DADADA. Windows color (decimal): -4460357 or 12316859. OLE color: 12316859.

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

Color convert

RGB 187 240 187 -
CMYK 0.22 0 0.22 0.06
HSL 120º 0.64% 0.84% -
HSV(B) 120º 0.22% 0.94% -
XYZ 60.62 76.47 58.58 -
YUV 218.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 187 240 187 0.22 0 0.22 0.06 120 0.64 0.84
Hex BB F0 BB 16 0 16 6 78 40 54
Octal 273 360 273 26 0 26 6 170 100 124
Binary 10111011 11110000 10111011 10110 0 10110 110 1111000 1000000 1010100

Color Harmonies of #BBF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0BB

Black with #BBF0BB

Text Example


Text Example

White with #BBF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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