Html Css Color HEX #BBF2B9 Fringy Flower

📋 copy color: '#BBF2B9'

red 187 ◦ green 242 ◦ blue 185

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

Shades of Fringy Flower #BBF2B9

Tints of Fringy Flower #BBF2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 185 (72.66% from 255) = 30.13%

R = 30.46%
G = 39.41%
B = 30.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#BBF2B9 (or 0xBBF2B9) is known color: Fringy Flower. HEX triplet: BB, F2 and B9. RGB value is (187,242,185). Sum of RGB (Red+Green+Blue) = 187+242+185=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2B9 is #440D46. Grayscale: #DBDBDB. Windows color (decimal): -4459847 or 12186299. OLE color: 12186299.

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

Color convert

RGB 187 242 185 -
CMYK 0.23 0 0.24 0.05
HSL 117.89º 0.69% 0.84% -
HSV(B) 117.89º 0.24% 0.95% -
XYZ 61 77.57 57.66 -
YUV 219.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 187 242 185 0.23 0 0.24 0.05 117.89 0.69 0.84
Hex BB F2 B9 17 0 18 5 76 45 54
Octal 273 362 271 27 0 30 5 166 105 124
Binary 10111011 11110010 10111001 10111 0 11000 101 1110110 1000101 1010100

Color Harmonies of #BBF2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2B9

Black with #BBF2B9

Text Example


Text Example

White with #BBF2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2B9; }

 p { color: rgb(187,242,185); }

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

background-color css

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

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

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

border-color css

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

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

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