Html Css Color HEX #BBF2BF Fringy Flower

📋 copy color: '#BBF2BF'

red 187 ◦ green 242 ◦ blue 191

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

Shades of Fringy Flower #BBF2BF

Tints of Fringy Flower #BBF2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.81%

R = 30.16%
G = 39.03%
B = 30.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#BBF2BF (or 0xBBF2BF) is known color: Fringy Flower. HEX triplet: BB, F2 and BF. RGB value is (187,242,191). Sum of RGB (Red+Green+Blue) = 187+242+191=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BF is #440D40. Grayscale: #DBDBDB. Windows color (decimal): -4459841 or 12579515. OLE color: 12579515.

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

Color convert

RGB 187 242 191 -
CMYK 0.23 0 0.21 0.05
HSL 124.36º 0.68% 0.84% -
HSV(B) 124.36º 0.23% 0.95% -
XYZ 61.65 77.83 61.06 -
YUV 219.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 187 242 191 0.23 0 0.21 0.05 124.36 0.68 0.84
Hex BB F2 BF 17 0 15 5 7C 44 54
Octal 273 362 277 27 0 25 5 174 104 124
Binary 10111011 11110010 10111111 10111 0 10101 101 1111100 1000100 1010100

Color Harmonies of #BBF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2BF

Black with #BBF2BF

Text Example


Text Example

White with #BBF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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