Html Css Color HEX #BBCF8A Caper

📋 copy color: '#BBCF8A'

red 187 ◦ green 207 ◦ blue 138

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

Shades of Caper #BBCF8A

Tints of Caper #BBCF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.94%

R = 35.15%
G = 38.91%
B = 25.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#BBCF8A (or 0xBBCF8A) is known color: Caper. HEX triplet: BB, CF and 8A. RGB value is (187,207,138). Sum of RGB (Red+Green+Blue) = 187+207+138=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8A is #443075. Grayscale: #C1C1C1. Windows color (decimal): -4468854 or 9097147. OLE color: 9097147.

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

Color convert

RGB 187 207 138 -
CMYK 0.10 0 0.33 0.19
HSL 77.39º 0.42% 0.68% -
HSV(B) 77.39º 0.33% 0.81% -
XYZ 47.39 57.03 32.55 -
YUV 193.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 187 207 138 0.10 0 0.33 0.19 77.39 0.42 0.68
Hex BB CF 8A A 0 21 13 4D 2A 44
Octal 273 317 212 12 0 41 23 115 52 104
Binary 10111011 11001111 10001010 1010 0 100001 10011 1001101 101010 1000100

Color Harmonies of #BBCF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF8A

Black with #BBCF8A

Text Example


Text Example

White with #BBCF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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