Html Css Color HEX #BECF85 Caper

📋 copy color: '#BECF85'

red 190 ◦ green 207 ◦ blue 133

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

Shades of Caper #BECF85

Tints of Caper #BECF85

RGB

 RED value IS 190 (74.61% from 255) = 35.85%

 GREEN value IS 207 (81.25% from 255) = 39.06%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 35.85%
G = 39.06%
B = 25.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#BECF85 (or 0xBECF85) is known color: Caper. HEX triplet: BE, CF and 85. RGB value is (190,207,133). Sum of RGB (Red+Green+Blue) = 190+207+133=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF85 is #41307A. Grayscale: #C1C1C1. Windows color (decimal): -4272251 or 8769470. OLE color: 8769470.

HSL color Cylindrical-coordinate representation of color #BECF85: hue angle of 73.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BECF85 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 133 -
CMYK 0.08 0 0.36 0.19
HSL 73.78º 0.44% 0.67% -
HSV(B) 73.78º 0.36% 0.81% -
XYZ 47.78 57.27 30.73 -
YUV 193.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 190 207 133 0.08 0 0.36 0.19 73.78 0.44 0.67
Hex BE CF 85 8 0 24 13 4A 2C 43
Octal 276 317 205 10 0 44 23 112 54 103
Binary 10111110 11001111 10000101 1000 0 100100 10011 1001010 101100 1000011

Color Harmonies of #BECF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF85

Black with #BECF85

Text Example


Text Example

White with #BECF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF85; }

 p { color: rgb(190,207,133); }

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

background-color css

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

 a { background-color: rgb(190,207,133); }

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

border-color css

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

 span { border-color: rgb(190,207,133); }

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