Html Css Color HEX #BBCB7F Caper

📋 copy color: '#BBCB7F'

red 187 ◦ green 203 ◦ blue 127

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

Shades of Caper #BBCB7F

Tints of Caper #BBCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

 BLUE value IS 127 (50% from 255) = 24.56%

R = 36.17%
G = 39.26%
B = 24.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#BBCB7F (or 0xBBCB7F) is known color: Caper. HEX triplet: BB, CB and 7F. RGB value is (187,203,127). Sum of RGB (Red+Green+Blue) = 187+203+127=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB7F is #443480. Grayscale: #BDBDBD. Windows color (decimal): -4469889 or 8375227. OLE color: 8375227.

HSL color Cylindrical-coordinate representation of color #BBCB7F: hue angle of 72.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBCB7F is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 127 -
CMYK 0.08 0 0.37 0.20
HSL 72.63º 0.42% 0.65% -
HSV(B) 72.63º 0.37% 0.8% -
XYZ 45.68 54.81 28.25 -
YUV 189.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 187 203 127 0.08 0 0.37 0.20 72.63 0.42 0.65
Hex BB CB 7F 8 0 25 14 49 2A 41
Octal 273 313 177 10 0 45 24 111 52 101
Binary 10111011 11001011 1111111 1000 0 100101 10100 1001001 101010 1000001

Color Harmonies of #BBCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB7F

Black with #BBCB7F

Text Example


Text Example

White with #BBCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB7F; }

 p { color: rgb(187,203,127); }

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

background-color css

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

 a { background-color: rgb(187,203,127); }

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

border-color css

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

 span { border-color: rgb(187,203,127); }

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