Html Css Color HEX #BECF88 Caper

📋 copy color: '#BECF88'

red 190 ◦ green 207 ◦ blue 136

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

Shades of Caper #BECF88

Tints of Caper #BECF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.52%

R = 35.65%
G = 38.84%
B = 25.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#BECF88 (or 0xBECF88) is known color: Caper. HEX triplet: BE, CF and 88. RGB value is (190,207,136). Sum of RGB (Red+Green+Blue) = 190+207+136=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF88 is #413077. Grayscale: #C2C2C2. Windows color (decimal): -4272248 or 8966078. OLE color: 8966078.

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

Color convert

RGB 190 207 136 -
CMYK 0.08 0 0.34 0.19
HSL 74.37º 0.43% 0.67% -
HSV(B) 74.37º 0.34% 0.81% -
XYZ 47.99 57.35 31.83 -
YUV 193.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 190 207 136 0.08 0 0.34 0.19 74.37 0.43 0.67
Hex BE CF 88 8 0 22 13 4A 2B 43
Octal 276 317 210 10 0 42 23 112 53 103
Binary 10111110 11001111 10001000 1000 0 100010 10011 1001010 101011 1000011

Color Harmonies of #BECF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF88

Black with #BECF88

Text Example


Text Example

White with #BECF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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