Html Css Color HEX #BBFCBF Fringy Flower

📋 copy color: '#BBFCBF'

red 187 ◦ green 252 ◦ blue 191

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

Shades of Fringy Flower #BBFCBF

Tints of Fringy Flower #BBFCBF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 29.68%
G = 40%
B = 30.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#BBFCBF (or 0xBBFCBF) is known color: Fringy Flower. HEX triplet: BB, FC and BF. RGB value is (187,252,191). Sum of RGB (Red+Green+Blue) = 187+252+191=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCBF is #440340. Grayscale: #E1E1E1. Windows color (decimal): -4457281 or 12582075. OLE color: 12582075.

HSL color Cylindrical-coordinate representation of color #BBFCBF: hue angle of 123.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCBF is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 191 -
CMYK 0.26 0 0.24 0.01
HSL 123.69º 0.92% 0.86% -
HSV(B) 123.69º 0.26% 0.99% -
XYZ 64.71 83.95 62.08 -
YUV 225.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 187 252 191 0.26 0 0.24 0.01 123.69 0.92 0.86
Hex BB FC BF 1A 0 18 1 7C 5C 56
Octal 273 374 277 32 0 30 1 174 134 126
Binary 10111011 11111100 10111111 11010 0 11000 1 1111100 1011100 1010110

Color Harmonies of #BBFCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCBF

Black with #BBFCBF

Text Example


Text Example

White with #BBFCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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