Html Css Color HEX #B1D085 Caper

📋 copy color: '#B1D085'

red 177 ◦ green 208 ◦ blue 133

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

Shades of Caper #B1D085

Tints of Caper #B1D085

RGB

 RED value IS 177 (69.53% from 255) = 34.17%

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

 BLUE value IS 133 (52.34% from 255) = 25.68%

R = 34.17%
G = 40.15%
B = 25.68%

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

#B1D085 (or 0xB1D085) is known color: Caper. HEX triplet: B1, D0 and 85. RGB value is (177,208,133). Sum of RGB (Red+Green+Blue) = 177+208+133=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D085 is #4E2F7A. Grayscale: #BEBEBE. Windows color (decimal): -5123963 or 8769713. OLE color: 8769713.

HSL color Cylindrical-coordinate representation of color #B1D085: hue angle of 84.8º 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 #B1D085 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 133 -
CMYK 0.15 0 0.36 0.18
HSL 84.8º 0.44% 0.67% -
HSV(B) 84.8º 0.36% 0.82% -
XYZ 44.92 56.15 30.66 -
YUV 190.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 177 208 133 0.15 0 0.36 0.18 84.8 0.44 0.67
Hex B1 D0 85 F 0 24 12 55 2C 43
Octal 261 320 205 17 0 44 22 125 54 103
Binary 10110001 11010000 10000101 1111 0 100100 10010 1010101 101100 1000011

Color Harmonies of #B1D085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D085

Black with #B1D085

Text Example


Text Example

White with #B1D085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D085; }

 p { color: rgb(177,208,133); }

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

background-color css

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

 a { background-color: rgb(177,208,133); }

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

border-color css

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

 span { border-color: rgb(177,208,133); }

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