Html Css Color HEX #BBCC83 Caper

📋 copy color: '#BBCC83'

red 187 ◦ green 204 ◦ blue 131

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

Shades of Caper #BBCC83

Tints of Caper #BBCC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 35.82%
G = 39.08%
B = 25.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#BBCC83 (or 0xBBCC83) is known color: Caper. HEX triplet: BB, CC and 83. RGB value is (187,204,131). Sum of RGB (Red+Green+Blue) = 187+204+131=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC83 is #44337C. Grayscale: #BEBEBE. Windows color (decimal): -4469629 or 8637627. OLE color: 8637627.

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

Color convert

RGB 187 204 131 -
CMYK 0.08 0 0.36 0.2
HSL 73.97º 0.42% 0.66% -
HSV(B) 73.97º 0.36% 0.8% -
XYZ 46.18 55.39 29.73 -
YUV 190.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 187 204 131 0.08 0 0.36 0.2 73.97 0.42 0.66
Hex BB CC 83 8 0 24 14 4A 2A 42
Octal 273 314 203 10 0 44 24 112 52 102
Binary 10111011 11001100 10000011 1000 0 100100 10100 1001010 101010 1000010

Color Harmonies of #BBCC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC83

Black with #BBCC83

Text Example


Text Example

White with #BBCC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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