Html Css Color HEX #BCFB93 Reef

📋 copy color: '#BCFB93'

red 188 ◦ green 251 ◦ blue 147

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

Shades of Reef #BCFB93

Tints of Reef #BCFB93

RGB

 RED value IS 188 (73.83% from 255) = 32.08%

 GREEN value IS 251 (98.44% from 255) = 42.83%

 BLUE value IS 147 (57.81% from 255) = 25.09%

R = 32.08%
G = 42.83%
B = 25.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#BCFB93 (or 0xBCFB93) is known color: Reef. HEX triplet: BC, FB and 93. RGB value is (188,251,147). Sum of RGB (Red+Green+Blue) = 188+251+147=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB93 is #43046C. Grayscale: #DCDCDC. Windows color (decimal): -4392045 or 9698236. OLE color: 9698236.

HSL color Cylindrical-coordinate representation of color #BCFB93: hue angle of 96.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCFB93 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 147 -
CMYK 0.25 0 0.41 0.02
HSL 96.35º 0.93% 0.78% -
HSV(B) 96.35º 0.41% 0.98% -
XYZ 60.5 81.79 40.2 -
YUV 220.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 188 251 147 0.25 0 0.41 0.02 96.35 0.93 0.78
Hex BC FB 93 19 0 29 2 60 5D 4E
Octal 274 373 223 31 0 51 2 140 135 116
Binary 10111100 11111011 10010011 11001 0 101001 10 1100000 1011101 1001110

Color Harmonies of #BCFB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB93

Black with #BCFB93

Text Example


Text Example

White with #BCFB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB93; }

 p { color: rgb(188,251,147); }

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

background-color css

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

 a { background-color: rgb(188,251,147); }

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

border-color css

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

 span { border-color: rgb(188,251,147); }

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