Html Css Color HEX #BBCC7F Caper

📋 copy color: '#BBCC7F'

red 187 ◦ green 204 ◦ blue 127

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

Shades of Caper #BBCC7F

Tints of Caper #BBCC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

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

R = 36.1%
G = 39.38%
B = 24.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#BBCC7F (or 0xBBCC7F) is known color: Caper. HEX triplet: BB, CC and 7F. RGB value is (187,204,127). Sum of RGB (Red+Green+Blue) = 187+204+127=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC7F is #443380. Grayscale: #BEBEBE. Windows color (decimal): -4469633 or 8375483. OLE color: 8375483.

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

Color convert

RGB 187 204 127 -
CMYK 0.08 0 0.38 0.2
HSL 73.25º 0.43% 0.65% -
HSV(B) 73.25º 0.38% 0.8% -
XYZ 45.92 55.28 28.33 -
YUV 190.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 187 204 127 0.08 0 0.38 0.2 73.25 0.43 0.65
Hex BB CC 7F 8 0 26 14 49 2B 41
Octal 273 314 177 10 0 46 24 111 53 101
Binary 10111011 11001100 1111111 1000 0 100110 10100 1001001 101011 1000001

Color Harmonies of #BBCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC7F

Black with #BBCC7F

Text Example


Text Example

White with #BBCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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