Html Css Color HEX #BBF1BB Fringy Flower

📋 copy color: '#BBF1BB'

red 187 ◦ green 241 ◦ blue 187

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

Shades of Fringy Flower #BBF1BB

Tints of Fringy Flower #BBF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.19%

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

R = 30.41%
G = 39.19%
B = 30.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BBF1BB (or 0xBBF1BB) is known color: Fringy Flower. HEX triplet: BB, F1 and BB. RGB value is (187,241,187). Sum of RGB (Red+Green+Blue) = 187+241+187=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1BB is #440E44. Grayscale: #DADADA. Windows color (decimal): -4460101 or 12317115. OLE color: 12317115.

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

Color convert

RGB 187 241 187 -
CMYK 0.22 0 0.22 0.05
HSL 120º 0.66% 0.84% -
HSV(B) 120º 0.22% 0.95% -
XYZ 60.92 77.06 58.68 -
YUV 218.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 187 241 187 0.22 0 0.22 0.05 120 0.66 0.84
Hex BB F1 BB 16 0 16 5 78 42 54
Octal 273 361 273 26 0 26 5 170 102 124
Binary 10111011 11110001 10111011 10110 0 10110 101 1111000 1000010 1010100

Color Harmonies of #BBF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1BB

Black with #BBF1BB

Text Example


Text Example

White with #BBF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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