Html Css Color HEX #BBCD8A Caper

📋 copy color: '#BBCD8A'

red 187 ◦ green 205 ◦ blue 138

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

Shades of Caper #BBCD8A

Tints of Caper #BBCD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 35.28%
G = 38.68%
B = 26.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#BBCD8A (or 0xBBCD8A) is known color: Caper. HEX triplet: BB, CD and 8A. RGB value is (187,205,138). Sum of RGB (Red+Green+Blue) = 187+205+138=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD8A is #443275. Grayscale: #C0C0C0. Windows color (decimal): -4469366 or 9096635. OLE color: 9096635.

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

Color convert

RGB 187 205 138 -
CMYK 0.09 0 0.33 0.20
HSL 76.12º 0.4% 0.67% -
HSV(B) 76.12º 0.33% 0.8% -
XYZ 46.91 56.06 32.39 -
YUV 191.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 187 205 138 0.09 0 0.33 0.20 76.12 0.4 0.67
Hex BB CD 8A 9 0 21 14 4C 28 43
Octal 273 315 212 11 0 41 24 114 50 103
Binary 10111011 11001101 10001010 1001 0 100001 10100 1001100 101000 1000011

Color Harmonies of #BBCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD8A

Black with #BBCD8A

Text Example


Text Example

White with #BBCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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