Html Css Color HEX #BBCF84 Caper

📋 copy color: '#BBCF84'

red 187 ◦ green 207 ◦ blue 132

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

Shades of Caper #BBCF84

Tints of Caper #BBCF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.1%

R = 35.55%
G = 39.35%
B = 25.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#BBCF84 (or 0xBBCF84) is known color: Caper. HEX triplet: BB, CF and 84. RGB value is (187,207,132). Sum of RGB (Red+Green+Blue) = 187+207+132=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF84 is #44307B. Grayscale: #C0C0C0. Windows color (decimal): -4468860 or 8703931. OLE color: 8703931.

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

Color convert

RGB 187 207 132 -
CMYK 0.10 0 0.36 0.19
HSL 76º 0.44% 0.66% -
HSV(B) 76º 0.36% 0.81% -
XYZ 46.97 56.86 30.33 -
YUV 192.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 187 207 132 0.10 0 0.36 0.19 76 0.44 0.66
Hex BB CF 84 A 0 24 13 4C 2C 42
Octal 273 317 204 12 0 44 23 114 54 102
Binary 10111011 11001111 10000100 1010 0 100100 10011 1001100 101100 1000010

Color Harmonies of #BBCF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF84

Black with #BBCF84

Text Example


Text Example

White with #BBCF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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