Html Css Color HEX #BDD480 Caper

📋 copy color: '#BDD480'

red 189 ◦ green 212 ◦ blue 128

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

Shades of Caper #BDD480

Tints of Caper #BDD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 35.73%
G = 40.08%
B = 24.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#BDD480 (or 0xBDD480) is known color: Caper. HEX triplet: BD, D4 and 80. RGB value is (189,212,128). Sum of RGB (Red+Green+Blue) = 189+212+128=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD480 is #422B7F. Grayscale: #C3C3C3. Windows color (decimal): -4336512 or 8443069. OLE color: 8443069.

HSL color Cylindrical-coordinate representation of color #BDD480: hue angle of 76.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD480 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 128 -
CMYK 0.11 0 0.40 0.17
HSL 76.43º 0.49% 0.67% -
HSV(B) 76.43º 0.4% 0.83% -
XYZ 48.43 59.46 29.35 -
YUV 195.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 189 212 128 0.11 0 0.40 0.17 76.43 0.49 0.67
Hex BD D4 80 B 0 28 11 4C 31 43
Octal 275 324 200 13 0 50 21 114 61 103
Binary 10111101 11010100 10000000 1011 0 101000 10001 1001100 110001 1000011

Color Harmonies of #BDD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD480

Black with #BDD480

Text Example


Text Example

White with #BDD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD480; }

 p { color: rgb(189,212,128); }

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

background-color css

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

 a { background-color: rgb(189,212,128); }

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

border-color css

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

 span { border-color: rgb(189,212,128); }

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