Html Css Color HEX #BCD07B Caper

📋 copy color: '#BCD07B'

red 188 ◦ green 208 ◦ blue 123

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

Shades of Caper #BCD07B

Tints of Caper #BCD07B

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

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

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

R = 36.22%
G = 40.08%
B = 23.7%

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

#BCD07B (or 0xBCD07B) is known color: Caper. HEX triplet: BC, D0 and 7B. RGB value is (188,208,123). Sum of RGB (Red+Green+Blue) = 188+208+123=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07B is #432F84. Grayscale: #C0C0C0. Windows color (decimal): -4403077 or 8114364. OLE color: 8114364.

HSL color Cylindrical-coordinate representation of color #BCD07B: hue angle of 74.12º degrees, saturation: 0.47, 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 #BCD07B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 123 -
CMYK 0.10 0 0.41 0.18
HSL 74.12º 0.47% 0.65% -
HSV(B) 74.12º 0.41% 0.82% -
XYZ 46.87 57.23 27.32 -
YUV 192.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 188 208 123 0.10 0 0.41 0.18 74.12 0.47 0.65
Hex BC D0 7B A 0 29 12 4A 2F 41
Octal 274 320 173 12 0 51 22 112 57 101
Binary 10111100 11010000 1111011 1010 0 101001 10010 1001010 101111 1000001

Color Harmonies of #BCD07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD07B

Black with #BCD07B

Text Example


Text Example

White with #BCD07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD07B; }

 p { color: rgb(188,208,123); }

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

background-color css

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

 a { background-color: rgb(188,208,123); }

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

border-color css

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

 span { border-color: rgb(188,208,123); }

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