Html Css Color HEX #BDD27B Caper

📋 copy color: '#BDD27B'

red 189 ◦ green 210 ◦ blue 123

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

Shades of Caper #BDD27B

Tints of Caper #BDD27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

 BLUE value IS 123 (48.44% from 255) = 23.56%

R = 36.21%
G = 40.23%
B = 23.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BDD27B (or 0xBDD27B) is known color: Caper. HEX triplet: BD, D2 and 7B. RGB value is (189,210,123). Sum of RGB (Red+Green+Blue) = 189+210+123=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD27B is #422D84. Grayscale: #C2C2C2. Windows color (decimal): -4337029 or 8114877. OLE color: 8114877.

HSL color Cylindrical-coordinate representation of color #BDD27B: hue angle of 74.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD27B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 123 -
CMYK 0.10 0 0.41 0.18
HSL 74.48º 0.49% 0.65% -
HSV(B) 74.48º 0.41% 0.82% -
XYZ 47.61 58.34 27.49 -
YUV 193.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 189 210 123 0.10 0 0.41 0.18 74.48 0.49 0.65
Hex BD D2 7B A 0 29 12 4A 31 41
Octal 275 322 173 12 0 51 22 112 61 101
Binary 10111101 11010010 1111011 1010 0 101001 10010 1001010 110001 1000001

Color Harmonies of #BDD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD27B

Black with #BDD27B

Text Example


Text Example

White with #BDD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD27B; }

 p { color: rgb(189,210,123); }

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

background-color css

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

 a { background-color: rgb(189,210,123); }

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

border-color css

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

 span { border-color: rgb(189,210,123); }

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