Html Css Color HEX #BBCDA6 Pixie Green

📋 copy color: '#BBCDA6'

red 187 ◦ green 205 ◦ blue 166

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

Shades of Pixie Green #BBCDA6

Tints of Pixie Green #BBCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.74%

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

R = 33.51%
G = 36.74%
B = 29.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA6 (or 0xBBCDA6) is known color: Pixie Green. HEX triplet: BB, CD and A6. RGB value is (187,205,166). Sum of RGB (Red+Green+Blue) = 187+205+166=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA6 is #443259. Grayscale: #C3C3C3. Windows color (decimal): -4469338 or 10931643. OLE color: 10931643.

HSL color Cylindrical-coordinate representation of color #BBCDA6: hue angle of 87.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 166 -
CMYK 0.09 0 0.19 0.20
HSL 87.69º 0.28% 0.73% -
HSV(B) 87.69º 0.19% 0.8% -
XYZ 49.21 56.98 44.48 -
YUV 195.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 187 205 166 0.09 0 0.19 0.20 87.69 0.28 0.73
Hex BB CD A6 9 0 13 14 58 1C 49
Octal 273 315 246 11 0 23 24 130 34 111
Binary 10111011 11001101 10100110 1001 0 10011 10100 1011000 11100 1001001

Color Harmonies of #BBCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA6

Black with #BBCDA6

Text Example


Text Example

White with #BBCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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