Html Css Color HEX #BBF8BB Fringy Flower

📋 copy color: '#BBF8BB'

red 187 ◦ green 248 ◦ blue 187

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

Shades of Fringy Flower #BBF8BB

Tints of Fringy Flower #BBF8BB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.87%

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

R = 30.06%
G = 39.87%
B = 30.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BBF8BB (or 0xBBF8BB) is known color: Fringy Flower. HEX triplet: BB, F8 and BB. RGB value is (187,248,187). Sum of RGB (Red+Green+Blue) = 187+248+187=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8BB is #440744. Grayscale: #DEDEDE. Windows color (decimal): -4458309 or 12318907. OLE color: 12318907.

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

Color convert

RGB 187 248 187 -
CMYK 0.25 0 0.25 0.03
HSL 120º 0.81% 0.85% -
HSV(B) 120º 0.25% 0.97% -
XYZ 63.03 81.29 59.38 -
YUV 222.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 187 248 187 0.25 0 0.25 0.03 120 0.81 0.85
Hex BB F8 BB 19 0 19 3 78 51 55
Octal 273 370 273 31 0 31 3 170 121 125
Binary 10111011 11111000 10111011 11001 0 11001 11 1111000 1010001 1010101

Color Harmonies of #BBF8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8BB

Black with #BBF8BB

Text Example


Text Example

White with #BBF8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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