Html Css Color HEX #BBCF7D Caper

📋 copy color: '#BBCF7D'

red 187 ◦ green 207 ◦ blue 125

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

Shades of Caper #BBCF7D

Tints of Caper #BBCF7D

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 125 (49.22% from 255) = 24.08%

R = 36.03%
G = 39.88%
B = 24.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BBCF7D (or 0xBBCF7D) is known color: Caper. HEX triplet: BB, CF and 7D. RGB value is (187,207,125). Sum of RGB (Red+Green+Blue) = 187+207+125=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF7D is #443082. Grayscale: #BFBFBF. Windows color (decimal): -4468867 or 8245179. OLE color: 8245179.

HSL color Cylindrical-coordinate representation of color #BBCF7D: hue angle of 74.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBCF7D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 125 -
CMYK 0.10 0 0.40 0.19
HSL 74.63º 0.46% 0.65% -
HSV(B) 74.63º 0.4% 0.81% -
XYZ 46.51 56.67 27.89 -
YUV 191.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 187 207 125 0.10 0 0.40 0.19 74.63 0.46 0.65
Hex BB CF 7D A 0 28 13 4B 2E 41
Octal 273 317 175 12 0 50 23 113 56 101
Binary 10111011 11001111 1111101 1010 0 101000 10011 1001011 101110 1000001

Color Harmonies of #BBCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF7D

Black with #BBCF7D

Text Example


Text Example

White with #BBCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF7D; }

 p { color: rgb(187,207,125); }

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

background-color css

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

 a { background-color: rgb(187,207,125); }

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

border-color css

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

 span { border-color: rgb(187,207,125); }

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