Html Css Color HEX #BCF692 Reef

📋 copy color: '#BCF692'

red 188 ◦ green 246 ◦ blue 146

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

Shades of Reef #BCF692

Tints of Reef #BCF692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 32.41%
G = 42.41%
B = 25.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BCF692 (or 0xBCF692) is known color: Reef. HEX triplet: BC, F6 and 92. RGB value is (188,246,146). Sum of RGB (Red+Green+Blue) = 188+246+146=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF692 is #43096D. Grayscale: #D9D9D9. Windows color (decimal): -4393326 or 9631420. OLE color: 9631420.

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

Color convert

RGB 188 246 146 -
CMYK 0.24 0 0.41 0.04
HSL 94.8º 0.85% 0.77% -
HSV(B) 94.8º 0.41% 0.96% -
XYZ 58.88 78.68 39.28 -
YUV 217.26 87.78 107.13 -
System Red Green Blue C M Y K H S L
Decimal 188 246 146 0.24 0 0.41 0.04 94.8 0.85 0.77
Hex BC F6 92 18 0 29 4 5F 55 4D
Octal 274 366 222 30 0 51 4 137 125 115
Binary 10111100 11110110 10010010 11000 0 101001 100 1011111 1010101 1001101

Color Harmonies of #BCF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF692

Black with #BCF692

Text Example


Text Example

White with #BCF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF692; }

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

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

background-color css

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

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

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

border-color css

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

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

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