Html Css Color HEX #BBDCA0 Pixie Green

📋 copy color: '#BBDCA0'

red 187 ◦ green 220 ◦ blue 160

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

Shades of Pixie Green #BBDCA0

Tints of Pixie Green #BBDCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 32.98%
G = 38.8%
B = 28.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#BBDCA0 (or 0xBBDCA0) is known color: Pixie Green. HEX triplet: BB, DC and A0. RGB value is (187,220,160). Sum of RGB (Red+Green+Blue) = 187+220+160=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA0 is #44235F. Grayscale: #CBCBCB. Windows color (decimal): -4465504 or 10542267. OLE color: 10542267.

HSL color Cylindrical-coordinate representation of color #BBDCA0: hue angle of 93º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 160 -
CMYK 0.15 0 0.27 0.14
HSL 93º 0.46% 0.75% -
HSV(B) 93º 0.27% 0.86% -
XYZ 52.43 64.29 42.9 -
YUV 203.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 187 220 160 0.15 0 0.27 0.14 93 0.46 0.75
Hex BB DC A0 F 0 1B E 5D 2E 4B
Octal 273 334 240 17 0 33 16 135 56 113
Binary 10111011 11011100 10100000 1111 0 11011 1110 1011101 101110 1001011

Color Harmonies of #BBDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCA0

Black with #BBDCA0

Text Example


Text Example

White with #BBDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCA0; }

 p { color: rgb(187,220,160); }

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

background-color css

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

 a { background-color: rgb(187,220,160); }

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

border-color css

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

 span { border-color: rgb(187,220,160); }

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