Html Css Color HEX #BCFD91 Reef

📋 copy color: '#BCFD91'

red 188 ◦ green 253 ◦ blue 145

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

Shades of Reef #BCFD91

Tints of Reef #BCFD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.74%

R = 32.08%
G = 43.17%
B = 24.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#BCFD91 (or 0xBCFD91) is known color: Reef. HEX triplet: BC, FD and 91. RGB value is (188,253,145). Sum of RGB (Red+Green+Blue) = 188+253+145=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD91 is #43026E. Grayscale: #DDDDDD. Windows color (decimal): -4391535 or 9567676. OLE color: 9567676.

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

Color convert

RGB 188 253 145 -
CMYK 0.26 0 0.43 0.01
HSL 96.11º 0.96% 0.78% -
HSV(B) 96.11º 0.43% 0.99% -
XYZ 60.98 82.99 39.59 -
YUV 221.25 84.97 104.28 -
System Red Green Blue C M Y K H S L
Decimal 188 253 145 0.26 0 0.43 0.01 96.11 0.96 0.78
Hex BC FD 91 1A 0 2B 1 60 60 4E
Octal 274 375 221 32 0 53 1 140 140 116
Binary 10111100 11111101 10010001 11010 0 101011 1 1100000 1100000 1001110

Color Harmonies of #BCFD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD91

Black with #BCFD91

Text Example


Text Example

White with #BCFD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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