Html Css Color HEX #BBD286 Caper

📋 copy color: '#BBD286'

red 187 ◦ green 210 ◦ blue 134

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

Shades of Caper #BBD286

Tints of Caper #BBD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

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

R = 35.22%
G = 39.55%
B = 25.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#BBD286 (or 0xBBD286) is known color: Caper. HEX triplet: BB, D2 and 86. RGB value is (187,210,134). Sum of RGB (Red+Green+Blue) = 187+210+134=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD286 is #442D79. Grayscale: #C2C2C2. Windows color (decimal): -4468090 or 8835771. OLE color: 8835771.

HSL color Cylindrical-coordinate representation of color #BBD286: hue angle of 78.16º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBD286 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 134 -
CMYK 0.11 0 0.36 0.18
HSL 78.16º 0.46% 0.67% -
HSV(B) 78.16º 0.36% 0.82% -
XYZ 47.84 58.38 31.3 -
YUV 194.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 187 210 134 0.11 0 0.36 0.18 78.16 0.46 0.67
Hex BB D2 86 B 0 24 12 4E 2E 43
Octal 273 322 206 13 0 44 22 116 56 103
Binary 10111011 11010010 10000110 1011 0 100100 10010 1001110 101110 1000011

Color Harmonies of #BBD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD286

Black with #BBD286

Text Example


Text Example

White with #BBD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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