Html Css Color HEX #BCFF93 Reef

📋 copy color: '#BCFF93'

red 188 ◦ green 255 ◦ blue 147

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

Shades of Reef #BCFF93

Tints of Reef #BCFF93

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

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

R = 31.86%
G = 43.22%
B = 24.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#BCFF93 (or 0xBCFF93) is known color: Reef. HEX triplet: BC, FF and 93. RGB value is (188,255,147). Sum of RGB (Red+Green+Blue) = 188+255+147=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF93 is #43006C. Grayscale: #DFDFDF. Windows color (decimal): -4391021 or 9699260. OLE color: 9699260.

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

Color convert

RGB 188 255 147 -
CMYK 0.26 0 0.42 0
HSL 97.22º 1% 0.79% -
HSV(B) 97.22º 0.42% 1% -
XYZ 61.77 84.32 40.62 -
YUV 222.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 188 255 147 0.26 0 0.42 0 97.22 1 0.79
Hex BC FF 93 1A 0 2A 0 61 64 4F
Octal 274 377 223 32 0 52 0 141 144 117
Binary 10111100 11111111 10010011 11010 0 101010 0 1100001 1100100 1001111

Color Harmonies of #BCFF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF93

Black with #BCFF93

Text Example


Text Example

White with #BCFF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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