Html Css Color HEX #BCD088 Caper

📋 copy color: '#BCD088'

red 188 ◦ green 208 ◦ blue 136

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

Shades of Caper #BCD088

Tints of Caper #BCD088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

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

R = 35.34%
G = 39.1%
B = 25.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#BCD088 (or 0xBCD088) is known color: Caper. HEX triplet: BC, D0 and 88. RGB value is (188,208,136). Sum of RGB (Red+Green+Blue) = 188+208+136=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD088 is #432F77. Grayscale: #C2C2C2. Windows color (decimal): -4403064 or 8966332. OLE color: 8966332.

HSL color Cylindrical-coordinate representation of color #BCD088: hue angle of 76.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD088 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 136 -
CMYK 0.10 0 0.35 0.18
HSL 76.67º 0.43% 0.67% -
HSV(B) 76.67º 0.35% 0.82% -
XYZ 47.74 57.58 31.89 -
YUV 193.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 188 208 136 0.10 0 0.35 0.18 76.67 0.43 0.67
Hex BC D0 88 A 0 23 12 4D 2B 43
Octal 274 320 210 12 0 43 22 115 53 103
Binary 10111100 11010000 10001000 1010 0 100011 10010 1001101 101011 1000011

Color Harmonies of #BCD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD088

Black with #BCD088

Text Example


Text Example

White with #BCD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD088; }

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

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

background-color css

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

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

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

border-color css

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

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

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