Html Css Color HEX #BBF2C0 Fringy Flower

📋 copy color: '#BBF2C0'

red 187 ◦ green 242 ◦ blue 192

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

Shades of Fringy Flower #BBF2C0

Tints of Fringy Flower #BBF2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.92%

R = 30.11%
G = 38.97%
B = 30.92%

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

#BBF2C0 (or 0xBBF2C0) is known color: Fringy Flower. HEX triplet: BB, F2 and C0. RGB value is (187,242,192). Sum of RGB (Red+Green+Blue) = 187+242+192=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C0 is #440D3F. Grayscale: #DCDCDC. Windows color (decimal): -4459840 or 12645051. OLE color: 12645051.

HSL color Cylindrical-coordinate representation of color #BBF2C0: hue angle of 125.45º 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 #BBF2C0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 192 -
CMYK 0.23 0 0.21 0.05
HSL 125.45º 0.68% 0.84% -
HSV(B) 125.45º 0.23% 0.95% -
XYZ 61.76 77.87 61.65 -
YUV 219.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 187 242 192 0.23 0 0.21 0.05 125.45 0.68 0.84
Hex BB F2 C0 17 0 15 5 7D 44 54
Octal 273 362 300 27 0 25 5 175 104 124
Binary 10111011 11110010 11000000 10111 0 10101 101 1111101 1000100 1010100

Color Harmonies of #BBF2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2C0

Black with #BBF2C0

Text Example


Text Example

White with #BBF2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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