Html Css Color HEX #BBCF82 Caper

📋 copy color: '#BBCF82'

red 187 ◦ green 207 ◦ blue 130

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

Shades of Caper #BBCF82

Tints of Caper #BBCF82

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

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

 BLUE value IS 130 (51.17% from 255) = 24.81%

R = 35.69%
G = 39.5%
B = 24.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#BBCF82 (or 0xBBCF82) is known color: Caper. HEX triplet: BB, CF and 82. RGB value is (187,207,130). Sum of RGB (Red+Green+Blue) = 187+207+130=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF82 is #44307D. Grayscale: #C0C0C0. Windows color (decimal): -4468862 or 8572859. OLE color: 8572859.

HSL color Cylindrical-coordinate representation of color #BBCF82: hue angle of 75.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBCF82 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 130 -
CMYK 0.10 0 0.37 0.19
HSL 75.58º 0.45% 0.66% -
HSV(B) 75.58º 0.37% 0.81% -
XYZ 46.84 56.8 29.61 -
YUV 192.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 187 207 130 0.10 0 0.37 0.19 75.58 0.45 0.66
Hex BB CF 82 A 0 25 13 4C 2D 42
Octal 273 317 202 12 0 45 23 114 55 102
Binary 10111011 11001111 10000010 1010 0 100101 10011 1001100 101101 1000010

Color Harmonies of #BBCF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF82

Black with #BBCF82

Text Example


Text Example

White with #BBCF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF82; }

 p { color: rgb(187,207,130); }

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

background-color css

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

 a { background-color: rgb(187,207,130); }

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

border-color css

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

 span { border-color: rgb(187,207,130); }

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