Html Css Color HEX #BCFD93 Reef

📋 copy color: '#BCFD93'

red 188 ◦ green 253 ◦ blue 147

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

Shades of Reef #BCFD93

Tints of Reef #BCFD93

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.03%

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

R = 31.97%
G = 43.03%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#BCFD93 (or 0xBCFD93) is known color: Reef. HEX triplet: BC, FD and 93. RGB value is (188,253,147). Sum of RGB (Red+Green+Blue) = 188+253+147=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD93 is #43026C. Grayscale: #DDDDDD. Windows color (decimal): -4391533 or 9698748. OLE color: 9698748.

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

Color convert

RGB 188 253 147 -
CMYK 0.26 0 0.42 0.01
HSL 96.79º 0.96% 0.78% -
HSV(B) 96.79º 0.42% 0.99% -
XYZ 61.13 83.05 40.41 -
YUV 221.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 188 253 147 0.26 0 0.42 0.01 96.79 0.96 0.78
Hex BC FD 93 1A 0 2A 1 61 60 4E
Octal 274 375 223 32 0 52 1 141 140 116
Binary 10111100 11111101 10010011 11010 0 101010 1 1100001 1100000 1001110

Color Harmonies of #BCFD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD93

Black with #BCFD93

Text Example


Text Example

White with #BCFD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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