Html Css Color HEX #BDD081 Caper

📋 copy color: '#BDD081'

red 189 ◦ green 208 ◦ blue 129

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

Shades of Caper #BDD081

Tints of Caper #BDD081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.52%

R = 35.93%
G = 39.54%
B = 24.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BDD081 (or 0xBDD081) is known color: Caper. HEX triplet: BD, D0 and 81. RGB value is (189,208,129). Sum of RGB (Red+Green+Blue) = 189+208+129=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD081 is #422F7E. Grayscale: #C1C1C1. Windows color (decimal): -4337535 or 8507581. OLE color: 8507581.

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

Color convert

RGB 189 208 129 -
CMYK 0.09 0 0.38 0.18
HSL 74.43º 0.46% 0.66% -
HSV(B) 74.43º 0.38% 0.82% -
XYZ 47.5 57.52 29.37 -
YUV 193.31 91.71 124.92 -
System Red Green Blue C M Y K H S L
Decimal 189 208 129 0.09 0 0.38 0.18 74.43 0.46 0.66
Hex BD D0 81 9 0 26 12 4A 2E 42
Octal 275 320 201 11 0 46 22 112 56 102
Binary 10111101 11010000 10000001 1001 0 100110 10010 1001010 101110 1000010

Color Harmonies of #BDD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD081

Black with #BDD081

Text Example


Text Example

White with #BDD081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD081; }

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

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

background-color css

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

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

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

border-color css

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

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

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