Html Css Color HEX #BBD3A6 Pixie Green

📋 copy color: '#BBD3A6'

red 187 ◦ green 211 ◦ blue 166

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

Shades of Pixie Green #BBD3A6

Tints of Pixie Green #BBD3A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.43%

R = 33.16%
G = 37.41%
B = 29.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#BBD3A6 (or 0xBBD3A6) is known color: Pixie Green. HEX triplet: BB, D3 and A6. RGB value is (187,211,166). Sum of RGB (Red+Green+Blue) = 187+211+166=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD3A6 is #442C59. Grayscale: #C6C6C6. Windows color (decimal): -4467802 or 10933179. OLE color: 10933179.

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

Color convert

RGB 187 211 166 -
CMYK 0.11 0 0.21 0.17
HSL 92º 0.34% 0.74% -
HSV(B) 92º 0.21% 0.83% -
XYZ 50.67 59.91 44.97 -
YUV 198.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 187 211 166 0.11 0 0.21 0.17 92 0.34 0.74
Hex BB D3 A6 B 0 15 11 5C 22 4A
Octal 273 323 246 13 0 25 21 134 42 112
Binary 10111011 11010011 10100110 1011 0 10101 10001 1011100 100010 1001010

Color Harmonies of #BBD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3A6

Black with #BBD3A6

Text Example


Text Example

White with #BBD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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