Html Css Color HEX #BBCDA2 Pixie Green

📋 copy color: '#BBCDA2'

red 187 ◦ green 205 ◦ blue 162

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

Shades of Pixie Green #BBCDA2

Tints of Pixie Green #BBCDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.24%

R = 33.75%
G = 37%
B = 29.24%

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

#BBCDA2 (or 0xBBCDA2) is known color: Pixie Green. HEX triplet: BB, CD and A2. RGB value is (187,205,162). Sum of RGB (Red+Green+Blue) = 187+205+162=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA2 is #44325D. Grayscale: #C2C2C2. Windows color (decimal): -4469342 or 10669499. OLE color: 10669499.

HSL color Cylindrical-coordinate representation of color #BBCDA2: hue angle of 85.12º degrees, saturation: 0.3, 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 #BBCDA2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 162 -
CMYK 0.09 0 0.21 0.20
HSL 85.12º 0.3% 0.72% -
HSV(B) 85.12º 0.21% 0.8% -
XYZ 48.85 56.84 42.58 -
YUV 194.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 187 205 162 0.09 0 0.21 0.20 85.12 0.3 0.72
Hex BB CD A2 9 0 15 14 55 1E 48
Octal 273 315 242 11 0 25 24 125 36 110
Binary 10111011 11001101 10100010 1001 0 10101 10100 1010101 11110 1001000

Color Harmonies of #BBCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA2

Black with #BBCDA2

Text Example


Text Example

White with #BBCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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