Html Css Color HEX #BBCDA1 Pixie Green

📋 copy color: '#BBCDA1'

red 187 ◦ green 205 ◦ blue 161

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

Shades of Pixie Green #BBCDA1

Tints of Pixie Green #BBCDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.11%

R = 33.82%
G = 37.07%
B = 29.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA1 (or 0xBBCDA1) is known color: Pixie Green. HEX triplet: BB, CD and A1. RGB value is (187,205,161). Sum of RGB (Red+Green+Blue) = 187+205+161=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA1 is #44325E. Grayscale: #C2C2C2. Windows color (decimal): -4469343 or 10603963. OLE color: 10603963.

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

Color convert

RGB 187 205 161 -
CMYK 0.09 0 0.21 0.20
HSL 84.55º 0.31% 0.72% -
HSV(B) 84.55º 0.21% 0.8% -
XYZ 48.76 56.8 42.11 -
YUV 194.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 187 205 161 0.09 0 0.21 0.20 84.55 0.31 0.72
Hex BB CD A1 9 0 15 14 55 1F 48
Octal 273 315 241 11 0 25 24 125 37 110
Binary 10111011 11001101 10100001 1001 0 10101 10100 1010101 11111 1001000

Color Harmonies of #BBCDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA1

Black with #BBCDA1

Text Example


Text Example

White with #BBCDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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