Html Css Color HEX #BBD0A6 Pixie Green

📋 copy color: '#BBD0A6'

red 187 ◦ green 208 ◦ blue 166

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

Shades of Pixie Green #BBD0A6

Tints of Pixie Green #BBD0A6

RGB

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

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

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

R = 33.33%
G = 37.08%
B = 29.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#BBD0A6 (or 0xBBD0A6) is known color: Pixie Green. HEX triplet: BB, D0 and A6. RGB value is (187,208,166). Sum of RGB (Red+Green+Blue) = 187+208+166=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0A6 is #442F59. Grayscale: #C5C5C5. Windows color (decimal): -4468570 or 10932411. OLE color: 10932411.

HSL color Cylindrical-coordinate representation of color #BBD0A6: hue angle of 90º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD0A6 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 166 -
CMYK 0.10 0 0.20 0.18
HSL 90º 0.31% 0.73% -
HSV(B) 90º 0.2% 0.82% -
XYZ 49.93 58.43 44.72 -
YUV 196.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 187 208 166 0.10 0 0.20 0.18 90 0.31 0.73
Hex BB D0 A6 A 0 14 12 5A 1F 49
Octal 273 320 246 12 0 24 22 132 37 111
Binary 10111011 11010000 10100110 1010 0 10100 10010 1011010 11111 1001001

Color Harmonies of #BBD0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0A6

Black with #BBD0A6

Text Example


Text Example

White with #BBD0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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