Html Css Color HEX #BBD575 Caper

📋 copy color: '#BBD575'

red 187 ◦ green 213 ◦ blue 117

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

Shades of Caper #BBD575

Tints of Caper #BBD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 36.17%
G = 41.2%
B = 22.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BBD575 (or 0xBBD575) is known color: Caper. HEX triplet: BB, D5 and 75. RGB value is (187,213,117). Sum of RGB (Red+Green+Blue) = 187+213+117=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD575 is #442A8A. Grayscale: #C2C2C2. Windows color (decimal): -4467339 or 7722427. OLE color: 7722427.

HSL color Cylindrical-coordinate representation of color #BBD575: hue angle of 76.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD575 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 117 -
CMYK 0.12 0 0.45 0.16
HSL 76.25º 0.53% 0.65% -
HSV(B) 76.25º 0.45% 0.84% -
XYZ 47.5 59.44 25.8 -
YUV 194.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 187 213 117 0.12 0 0.45 0.16 76.25 0.53 0.65
Hex BB D5 75 C 0 2D 10 4C 35 41
Octal 273 325 165 14 0 55 20 114 65 101
Binary 10111011 11010101 1110101 1100 0 101101 10000 1001100 110101 1000001

Color Harmonies of #BBD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD575

Black with #BBD575

Text Example


Text Example

White with #BBD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD575; }

 p { color: rgb(187,213,117); }

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

background-color css

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

 a { background-color: rgb(187,213,117); }

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

border-color css

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

 span { border-color: rgb(187,213,117); }

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