Html Css Color HEX #BBCF80 Caper

📋 copy color: '#BBCF80'

red 187 ◦ green 207 ◦ blue 128

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

Shades of Caper #BBCF80

Tints of Caper #BBCF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 35.82%
G = 39.66%
B = 24.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BBCF80 (or 0xBBCF80) is known color: Caper. HEX triplet: BB, CF and 80. RGB value is (187,207,128). Sum of RGB (Red+Green+Blue) = 187+207+128=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF80 is #44307F. Grayscale: #C0C0C0. Windows color (decimal): -4468864 or 8441787. OLE color: 8441787.

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

Color convert

RGB 187 207 128 -
CMYK 0.10 0 0.38 0.19
HSL 75.19º 0.45% 0.66% -
HSV(B) 75.19º 0.38% 0.81% -
XYZ 46.7 56.75 28.91 -
YUV 192.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 187 207 128 0.10 0 0.38 0.19 75.19 0.45 0.66
Hex BB CF 80 A 0 26 13 4B 2D 42
Octal 273 317 200 12 0 46 23 113 55 102
Binary 10111011 11001111 10000000 1010 0 100110 10011 1001011 101101 1000010

Color Harmonies of #BBCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF80

Black with #BBCF80

Text Example


Text Example

White with #BBCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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