Html Css Color HEX #BBCDA8 Pixie Green

📋 copy color: '#BBCDA8'

red 187 ◦ green 205 ◦ blue 168

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

Shades of Pixie Green #BBCDA8

Tints of Pixie Green #BBCDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30%

R = 33.39%
G = 36.61%
B = 30%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA8 (or 0xBBCDA8) is known color: Pixie Green. HEX triplet: BB, CD and A8. RGB value is (187,205,168). Sum of RGB (Red+Green+Blue) = 187+205+168=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA8 is #443257. Grayscale: #C3C3C3. Windows color (decimal): -4469336 or 11062715. OLE color: 11062715.

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

Color convert

RGB 187 205 168 -
CMYK 0.09 0 0.18 0.20
HSL 89.19º 0.27% 0.73% -
HSV(B) 89.19º 0.18% 0.8% -
XYZ 49.39 57.05 45.46 -
YUV 195.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 187 205 168 0.09 0 0.18 0.20 89.19 0.27 0.73
Hex BB CD A8 9 0 12 14 59 1B 49
Octal 273 315 250 11 0 22 24 131 33 111
Binary 10111011 11001101 10101000 1001 0 10010 10100 1011001 11011 1001001

Color Harmonies of #BBCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA8

Black with #BBCDA8

Text Example


Text Example

White with #BBCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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