Html Css Color HEX #BBD17D Caper

📋 copy color: '#BBD17D'

red 187 ◦ green 209 ◦ blue 125

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

Shades of Caper #BBD17D

Tints of Caper #BBD17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 35.89%
G = 40.12%
B = 23.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BBD17D (or 0xBBD17D) is known color: Caper. HEX triplet: BB, D1 and 7D. RGB value is (187,209,125). Sum of RGB (Red+Green+Blue) = 187+209+125=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD17D is #442E82. Grayscale: #C1C1C1. Windows color (decimal): -4468355 or 8245691. OLE color: 8245691.

HSL color Cylindrical-coordinate representation of color #BBD17D: hue angle of 75.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD17D is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 125 -
CMYK 0.11 0 0.40 0.18
HSL 75.71º 0.48% 0.65% -
HSV(B) 75.71º 0.4% 0.82% -
XYZ 47 57.65 28.05 -
YUV 192.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 187 209 125 0.11 0 0.40 0.18 75.71 0.48 0.65
Hex BB D1 7D B 0 28 12 4C 30 41
Octal 273 321 175 13 0 50 22 114 60 101
Binary 10111011 11010001 1111101 1011 0 101000 10010 1001100 110000 1000001

Color Harmonies of #BBD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD17D

Black with #BBD17D

Text Example


Text Example

White with #BBD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD17D; }

 p { color: rgb(187,209,125); }

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

background-color css

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

 a { background-color: rgb(187,209,125); }

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

border-color css

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

 span { border-color: rgb(187,209,125); }

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