#BBCE8A

Color #BBCE8A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BBCE8A

Tints of Caper #BBCE8A

Color information

#BBCE8A (or 0xBBCE8A) is unknown color: approx Caper. HEX triplet: BB, CE and 8A. RGB value is (187,206,138). Sum of RGB (Red+Green+Blue) = 187+206+138=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8A is #443175. Grayscale: #C0C0C0. Windows color (decimal): -4469110 or 9096891. OLE color: 9096891.

HSL color Cylindrical-coordinate representation of color #BBCE8A: hue angle of 76.76º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBCE8A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB187206138-
CMYK0.0900.330.19
HSL76.76º40.96%67.45%-
HSV(B)76.76º33.01%80.78%-
XYZ47.1556.5432.47-
YUV192.5797.21124.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=35.22%
G=38.79%
B=25.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061380.0900.330.1976.7640.9667.45
HexBBCE8A9021134d2943
Octal273316212110412311551103
Binary101110111100111010001010100101000011001110011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCE8A; }

 p { color: rgb(187,206,138); }

 H1.HeaderClassName
 {
   color: #BBCE8A;
 }
 .AnyTagClassName
 {
   color: #BBCE8A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,206,138); }

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

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

 span { border-color: rgb(187,206,138); }

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