Html Css Color HEX #BCF892 Reef

📋 copy color: '#BCF892'

red 188 ◦ green 248 ◦ blue 146

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

Shades of Reef #BCF892

Tints of Reef #BCF892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.61%

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

R = 32.3%
G = 42.61%
B = 25.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#BCF892 (or 0xBCF892) is known color: Reef. HEX triplet: BC, F8 and 92. RGB value is (188,248,146). Sum of RGB (Red+Green+Blue) = 188+248+146=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF892 is #43076D. Grayscale: #DADADA. Windows color (decimal): -4392814 or 9631932. OLE color: 9631932.

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

Color convert

RGB 188 248 146 -
CMYK 0.24 0 0.41 0.03
HSL 95.29º 0.88% 0.77% -
HSV(B) 95.29º 0.41% 0.97% -
XYZ 59.49 79.9 39.48 -
YUV 218.43 87.12 106.29 -
System Red Green Blue C M Y K H S L
Decimal 188 248 146 0.24 0 0.41 0.03 95.29 0.88 0.77
Hex BC F8 92 18 0 29 3 5F 58 4D
Octal 274 370 222 30 0 51 3 137 130 115
Binary 10111100 11111000 10010010 11000 0 101001 11 1011111 1011000 1001101

Color Harmonies of #BCF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF892

Black with #BCF892

Text Example


Text Example

White with #BCF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF892; }

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

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

background-color css

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

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

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

border-color css

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

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

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