Html Css Color HEX #BCCD88 Caper

📋 copy color: '#BCCD88'

red 188 ◦ green 205 ◦ blue 136

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

Shades of Caper #BCCD88

Tints of Caper #BCCD88

RGB

 RED value IS 188 (73.83% from 255) = 35.54%

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

 BLUE value IS 136 (53.52% from 255) = 25.71%

R = 35.54%
G = 38.75%
B = 25.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#BCCD88 (or 0xBCCD88) is known color: Caper. HEX triplet: BC, CD and 88. RGB value is (188,205,136). Sum of RGB (Red+Green+Blue) = 188+205+136=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD88 is #433277. Grayscale: #C0C0C0. Windows color (decimal): -4403832 or 8965564. OLE color: 8965564.

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

Color convert

RGB 188 205 136 -
CMYK 0.08 0 0.34 0.20
HSL 74.78º 0.41% 0.67% -
HSV(B) 74.78º 0.34% 0.8% -
XYZ 47.01 56.13 31.65 -
YUV 192.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 188 205 136 0.08 0 0.34 0.20 74.78 0.41 0.67
Hex BC CD 88 8 0 22 14 4B 29 43
Octal 274 315 210 10 0 42 24 113 51 103
Binary 10111100 11001101 10001000 1000 0 100010 10100 1001011 101001 1000011

Color Harmonies of #BCCD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD88

Black with #BCCD88

Text Example


Text Example

White with #BCCD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD88; }

 p { color: rgb(188,205,136); }

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

background-color css

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

 a { background-color: rgb(188,205,136); }

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

border-color css

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

 span { border-color: rgb(188,205,136); }

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