Html Css Color HEX #BBCF86 Caper

📋 copy color: '#BBCF86'

red 187 ◦ green 207 ◦ blue 134

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

Shades of Caper #BBCF86

Tints of Caper #BBCF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.38%

R = 35.42%
G = 39.2%
B = 25.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#BBCF86 (or 0xBBCF86) is known color: Caper. HEX triplet: BB, CF and 86. RGB value is (187,207,134). Sum of RGB (Red+Green+Blue) = 187+207+134=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF86 is #443079. Grayscale: #C0C0C0. Windows color (decimal): -4468858 or 8835003. OLE color: 8835003.

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

Color convert

RGB 187 207 134 -
CMYK 0.10 0 0.35 0.19
HSL 76.44º 0.43% 0.67% -
HSV(B) 76.44º 0.35% 0.81% -
XYZ 47.11 56.91 31.06 -
YUV 192.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 187 207 134 0.10 0 0.35 0.19 76.44 0.43 0.67
Hex BB CF 86 A 0 23 13 4C 2B 43
Octal 273 317 206 12 0 43 23 114 53 103
Binary 10111011 11001111 10000110 1010 0 100011 10011 1001100 101011 1000011

Color Harmonies of #BBCF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF86

Black with #BBCF86

Text Example


Text Example

White with #BBCF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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