Html Css Color HEX #B0D086 Caper

📋 copy color: '#B0D086'

red 176 ◦ green 208 ◦ blue 134

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

Shades of Caper #B0D086

Tints of Caper #B0D086

RGB

 RED value IS 176 (69.14% from 255) = 33.98%

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

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 33.98%
G = 40.15%
B = 25.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#B0D086 (or 0xB0D086) is known color: Caper. HEX triplet: B0, D0 and 86. RGB value is (176,208,134). Sum of RGB (Red+Green+Blue) = 176+208+134=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D086 is #4F2F79. Grayscale: #BEBEBE. Windows color (decimal): -5189498 or 8835248. OLE color: 8835248.

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

Color convert

RGB 176 208 134 -
CMYK 0.15 0 0.36 0.18
HSL 85.95º 0.44% 0.67% -
HSV(B) 85.95º 0.36% 0.82% -
XYZ 44.76 56.06 31.02 -
YUV 190 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 176 208 134 0.15 0 0.36 0.18 85.95 0.44 0.67
Hex B0 D0 86 F 0 24 12 56 2C 43
Octal 260 320 206 17 0 44 22 126 54 103
Binary 10110000 11010000 10000110 1111 0 100100 10010 1010110 101100 1000011

Color Harmonies of #B0D086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D086

Black with #B0D086

Text Example


Text Example

White with #B0D086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D086; }

 p { color: rgb(176,208,134); }

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

background-color css

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

 a { background-color: rgb(176,208,134); }

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

border-color css

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

 span { border-color: rgb(176,208,134); }

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