Html Css Color HEX #BBCC8B Caper

📋 copy color: '#BBCC8B'

red 187 ◦ green 204 ◦ blue 139

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

Shades of Caper #BBCC8B

Tints of Caper #BBCC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 35.28%
G = 38.49%
B = 26.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#BBCC8B (or 0xBBCC8B) is known color: Caper. HEX triplet: BB, CC and 8B. RGB value is (187,204,139). Sum of RGB (Red+Green+Blue) = 187+204+139=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8B is #443374. Grayscale: #BFBFBF. Windows color (decimal): -4469621 or 9161915. OLE color: 9161915.

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

Color convert

RGB 187 204 139 -
CMYK 0.08 0 0.32 0.2
HSL 75.69º 0.39% 0.67% -
HSV(B) 75.69º 0.32% 0.8% -
XYZ 46.75 55.61 32.7 -
YUV 191.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 187 204 139 0.08 0 0.32 0.2 75.69 0.39 0.67
Hex BB CC 8B 8 0 20 14 4C 27 43
Octal 273 314 213 10 0 40 24 114 47 103
Binary 10111011 11001100 10001011 1000 0 100000 10100 1001100 100111 1000011

Color Harmonies of #BBCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC8B

Black with #BBCC8B

Text Example


Text Example

White with #BBCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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