Html Css Color HEX #BCF693 Reef

📋 copy color: '#BCF693'

red 188 ◦ green 246 ◦ blue 147

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

Shades of Reef #BCF693

Tints of Reef #BCF693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.34%

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

R = 32.36%
G = 42.34%
B = 25.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BCF693 (or 0xBCF693) is known color: Reef. HEX triplet: BC, F6 and 93. RGB value is (188,246,147). Sum of RGB (Red+Green+Blue) = 188+246+147=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF693 is #43096C. Grayscale: #D9D9D9. Windows color (decimal): -4393325 or 9696956. OLE color: 9696956.

HSL color Cylindrical-coordinate representation of color #BCF693: hue angle of 95.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF693 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 147 -
CMYK 0.24 0 0.40 0.04
HSL 95.15º 0.85% 0.77% -
HSV(B) 95.15º 0.4% 0.96% -
XYZ 58.96 78.71 39.69 -
YUV 217.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 188 246 147 0.24 0 0.40 0.04 95.15 0.85 0.77
Hex BC F6 93 18 0 28 4 5F 55 4D
Octal 274 366 223 30 0 50 4 137 125 115
Binary 10111100 11110110 10010011 11000 0 101000 100 1011111 1010101 1001101

Color Harmonies of #BCF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF693

Black with #BCF693

Text Example


Text Example

White with #BCF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF693; }

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

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

background-color css

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

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

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

border-color css

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

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

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