Html Css Color HEX #BBDBA3 Pixie Green

📋 copy color: '#BBDBA3'

red 187 ◦ green 219 ◦ blue 163

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

Shades of Pixie Green #BBDBA3

Tints of Pixie Green #BBDBA3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 163 (64.06% from 255) = 28.65%

R = 32.86%
G = 38.49%
B = 28.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BBDBA3 (or 0xBBDBA3) is known color: Pixie Green. HEX triplet: BB, DB and A3. RGB value is (187,219,163). Sum of RGB (Red+Green+Blue) = 187+219+163=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA3 is #44245C. Grayscale: #CBCBCB. Windows color (decimal): -4465757 or 10738619. OLE color: 10738619.

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

Color convert

RGB 187 219 163 -
CMYK 0.15 0 0.26 0.14
HSL 94.29º 0.44% 0.75% -
HSV(B) 94.29º 0.26% 0.86% -
XYZ 52.44 63.87 44.22 -
YUV 203.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 187 219 163 0.15 0 0.26 0.14 94.29 0.44 0.75
Hex BB DB A3 F 0 1A E 5E 2C 4B
Octal 273 333 243 17 0 32 16 136 54 113
Binary 10111011 11011011 10100011 1111 0 11010 1110 1011110 101100 1001011

Color Harmonies of #BBDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBA3

Black with #BBDBA3

Text Example


Text Example

White with #BBDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBA3; }

 p { color: rgb(187,219,163); }

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

background-color css

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

 a { background-color: rgb(187,219,163); }

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

border-color css

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

 span { border-color: rgb(187,219,163); }

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