Html Css Color HEX #BDD083 Caper

📋 copy color: '#BDD083'

red 189 ◦ green 208 ◦ blue 131

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

Shades of Caper #BDD083

Tints of Caper #BDD083

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

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

 BLUE value IS 131 (51.56% from 255) = 24.81%

R = 35.8%
G = 39.39%
B = 24.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#BDD083 (or 0xBDD083) is known color: Caper. HEX triplet: BD, D0 and 83. RGB value is (189,208,131). Sum of RGB (Red+Green+Blue) = 189+208+131=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD083 is #422F7C. Grayscale: #C1C1C1. Windows color (decimal): -4337533 or 8638653. OLE color: 8638653.

HSL color Cylindrical-coordinate representation of color #BDD083: hue angle of 74.81º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD083 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 131 -
CMYK 0.09 0 0.37 0.18
HSL 74.81º 0.45% 0.66% -
HSV(B) 74.81º 0.37% 0.82% -
XYZ 47.64 57.57 30.07 -
YUV 193.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 189 208 131 0.09 0 0.37 0.18 74.81 0.45 0.66
Hex BD D0 83 9 0 25 12 4B 2D 42
Octal 275 320 203 11 0 45 22 113 55 102
Binary 10111101 11010000 10000011 1001 0 100101 10010 1001011 101101 1000010

Color Harmonies of #BDD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD083

Black with #BDD083

Text Example


Text Example

White with #BDD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD083; }

 p { color: rgb(189,208,131); }

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

background-color css

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

 a { background-color: rgb(189,208,131); }

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

border-color css

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

 span { border-color: rgb(189,208,131); }

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