Html Css Color HEX #BBD07F Caper

📋 copy color: '#BBD07F'

red 187 ◦ green 208 ◦ blue 127

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

Shades of Caper #BBD07F

Tints of Caper #BBD07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 35.82%
G = 39.85%
B = 24.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#BBD07F (or 0xBBD07F) is known color: Caper. HEX triplet: BB, D0 and 7F. RGB value is (187,208,127). Sum of RGB (Red+Green+Blue) = 187+208+127=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD07F is #442F80. Grayscale: #C0C0C0. Windows color (decimal): -4468609 or 8376507. OLE color: 8376507.

HSL color Cylindrical-coordinate representation of color #BBD07F: hue angle of 75.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBD07F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 127 -
CMYK 0.10 0 0.39 0.18
HSL 75.56º 0.46% 0.66% -
HSV(B) 75.56º 0.39% 0.82% -
XYZ 46.88 57.21 28.65 -
YUV 192.49 91.04 124.09 -
System Red Green Blue C M Y K H S L
Decimal 187 208 127 0.10 0 0.39 0.18 75.56 0.46 0.66
Hex BB D0 7F A 0 27 12 4C 2E 42
Octal 273 320 177 12 0 47 22 114 56 102
Binary 10111011 11010000 1111111 1010 0 100111 10010 1001100 101110 1000010

Color Harmonies of #BBD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD07F

Black with #BBD07F

Text Example


Text Example

White with #BBD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD07F; }

 p { color: rgb(187,208,127); }

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

background-color css

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

 a { background-color: rgb(187,208,127); }

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

border-color css

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

 span { border-color: rgb(187,208,127); }

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