Html Css Color HEX #BCCC88 Caper

📋 copy color: '#BCCC88'

red 188 ◦ green 204 ◦ blue 136

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

Shades of Caper #BCCC88

Tints of Caper #BCCC88

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 35.61%
G = 38.64%
B = 25.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#BCCC88 (or 0xBCCC88) is known color: Caper. HEX triplet: BC, CC and 88. RGB value is (188,204,136). Sum of RGB (Red+Green+Blue) = 188+204+136=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC88 is #433377. Grayscale: #BFBFBF. Windows color (decimal): -4404088 or 8965308. OLE color: 8965308.

HSL color Cylindrical-coordinate representation of color #BCCC88: hue angle of 74.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 #BCCC88 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 136 -
CMYK 0.08 0 0.33 0.2
HSL 74.12º 0.4% 0.67% -
HSV(B) 74.12º 0.33% 0.8% -
XYZ 46.78 55.65 31.57 -
YUV 191.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 188 204 136 0.08 0 0.33 0.2 74.12 0.4 0.67
Hex BC CC 88 8 0 21 14 4A 28 43
Octal 274 314 210 10 0 41 24 112 50 103
Binary 10111100 11001100 10001000 1000 0 100001 10100 1001010 101000 1000011

Color Harmonies of #BCCC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC88

Black with #BCCC88

Text Example


Text Example

White with #BCCC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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