Html Css Color HEX #BBD375 Caper

📋 copy color: '#BBD375'

red 187 ◦ green 211 ◦ blue 117

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

Shades of Caper #BBD375

Tints of Caper #BBD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.97%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 36.31%
G = 40.97%
B = 22.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BBD375 (or 0xBBD375) is known color: Caper. HEX triplet: BB, D3 and 75. RGB value is (187,211,117). Sum of RGB (Red+Green+Blue) = 187+211+117=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD375 is #442C8A. Grayscale: #C1C1C1. Windows color (decimal): -4467851 or 7721915. OLE color: 7721915.

HSL color Cylindrical-coordinate representation of color #BBD375: hue angle of 75.32º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD375 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 117 -
CMYK 0.11 0 0.45 0.17
HSL 75.32º 0.52% 0.64% -
HSV(B) 75.32º 0.45% 0.83% -
XYZ 47 58.44 25.63 -
YUV 193.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 187 211 117 0.11 0 0.45 0.17 75.32 0.52 0.64
Hex BB D3 75 B 0 2D 11 4B 34 40
Octal 273 323 165 13 0 55 21 113 64 100
Binary 10111011 11010011 1110101 1011 0 101101 10001 1001011 110100 1000000

Color Harmonies of #BBD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD375

Black with #BBD375

Text Example


Text Example

White with #BBD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD375; }

 p { color: rgb(187,211,117); }

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

background-color css

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

 a { background-color: rgb(187,211,117); }

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

border-color css

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

 span { border-color: rgb(187,211,117); }

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