Html Css Color HEX #BBCD7C Caper

📋 copy color: '#BBCD7C'

red 187 ◦ green 205 ◦ blue 124

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

Shades of Caper #BBCD7C

Tints of Caper #BBCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 36.24%
G = 39.73%
B = 24.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#BBCD7C (or 0xBBCD7C) is known color: Caper. HEX triplet: BB, CD and 7C. RGB value is (187,205,124). Sum of RGB (Red+Green+Blue) = 187+205+124=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD7C is #443283. Grayscale: #BEBEBE. Windows color (decimal): -4469380 or 8179131. OLE color: 8179131.

HSL color Cylindrical-coordinate representation of color #BBCD7C: hue angle of 73.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBCD7C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 124 -
CMYK 0.09 0 0.40 0.20
HSL 73.33º 0.45% 0.65% -
HSV(B) 73.33º 0.4% 0.8% -
XYZ 45.96 55.68 27.39 -
YUV 190.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 187 205 124 0.09 0 0.40 0.20 73.33 0.45 0.65
Hex BB CD 7C 9 0 28 14 49 2D 41
Octal 273 315 174 11 0 50 24 111 55 101
Binary 10111011 11001101 1111100 1001 0 101000 10100 1001001 101101 1000001

Color Harmonies of #BBCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD7C

Black with #BBCD7C

Text Example


Text Example

White with #BBCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD7C; }

 p { color: rgb(187,205,124); }

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

background-color css

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

 a { background-color: rgb(187,205,124); }

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

border-color css

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

 span { border-color: rgb(187,205,124); }

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