Html Css Color HEX #BBCDA4 Pixie Green

📋 copy color: '#BBCDA4'

red 187 ◦ green 205 ◦ blue 164

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

Shades of Pixie Green #BBCDA4

Tints of Pixie Green #BBCDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 33.63%
G = 36.87%
B = 29.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA4 (or 0xBBCDA4) is known color: Pixie Green. HEX triplet: BB, CD and A4. RGB value is (187,205,164). Sum of RGB (Red+Green+Blue) = 187+205+164=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA4 is #44325B. Grayscale: #C3C3C3. Windows color (decimal): -4469340 or 10800571. OLE color: 10800571.

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

Color convert

RGB 187 205 164 -
CMYK 0.09 0 0.2 0.20
HSL 86.34º 0.29% 0.72% -
HSV(B) 86.34º 0.2% 0.8% -
XYZ 49.03 56.91 43.52 -
YUV 194.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 187 205 164 0.09 0 0.2 0.20 86.34 0.29 0.72
Hex BB CD A4 9 0 14 14 56 1D 48
Octal 273 315 244 11 0 24 24 126 35 110
Binary 10111011 11001101 10100100 1001 0 10100 10100 1010110 11101 1001000

Color Harmonies of #BBCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA4

Black with #BBCDA4

Text Example


Text Example

White with #BBCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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