Html Css Color HEX #BBD282 Caper

📋 copy color: '#BBD282'

red 187 ◦ green 210 ◦ blue 130

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

Shades of Caper #BBD282

Tints of Caper #BBD282

RGB

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

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

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

R = 35.48%
G = 39.85%
B = 24.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BBD282 (or 0xBBD282) is known color: Caper. HEX triplet: BB, D2 and 82. RGB value is (187,210,130). Sum of RGB (Red+Green+Blue) = 187+210+130=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD282 is #442D7D. Grayscale: #C2C2C2. Windows color (decimal): -4468094 or 8573627. OLE color: 8573627.

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

Color convert

RGB 187 210 130 -
CMYK 0.11 0 0.38 0.18
HSL 77.25º 0.47% 0.67% -
HSV(B) 77.25º 0.38% 0.82% -
XYZ 47.57 58.27 29.86 -
YUV 194 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 187 210 130 0.11 0 0.38 0.18 77.25 0.47 0.67
Hex BB D2 82 B 0 26 12 4D 2F 43
Octal 273 322 202 13 0 46 22 115 57 103
Binary 10111011 11010010 10000010 1011 0 100110 10010 1001101 101111 1000011

Color Harmonies of #BBD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD282

Black with #BBD282

Text Example


Text Example

White with #BBD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD282; }

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

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

background-color css

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

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

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

border-color css

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

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

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