Html Css Color HEX #BCF193 Reef

📋 copy color: '#BCF193'

red 188 ◦ green 241 ◦ blue 147

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

Shades of Reef #BCF193

Tints of Reef #BCF193

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.84%

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

R = 32.64%
G = 41.84%
B = 25.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BCF193 (or 0xBCF193) is known color: Reef. HEX triplet: BC, F1 and 93. RGB value is (188,241,147). Sum of RGB (Red+Green+Blue) = 188+241+147=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF193 is #430E6C. Grayscale: #D6D6D6. Windows color (decimal): -4394605 or 9695676. OLE color: 9695676.

HSL color Cylindrical-coordinate representation of color #BCF193: hue angle of 93.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF193 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 147 -
CMYK 0.22 0 0.39 0.05
HSL 93.83º 0.77% 0.76% -
HSV(B) 93.83º 0.39% 0.95% -
XYZ 57.46 75.71 39.19 -
YUV 214.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 188 241 147 0.22 0 0.39 0.05 93.83 0.77 0.76
Hex BC F1 93 16 0 27 5 5E 4D 4C
Octal 274 361 223 26 0 47 5 136 115 114
Binary 10111100 11110001 10010011 10110 0 100111 101 1011110 1001101 1001100

Color Harmonies of #BCF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF193

Black with #BCF193

Text Example


Text Example

White with #BCF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF193; }

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

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

background-color css

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

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

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

border-color css

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

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

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