Html Css Color HEX #BBCDA5 Pixie Green

📋 copy color: '#BBCDA5'

red 187 ◦ green 205 ◦ blue 165

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

Shades of Pixie Green #BBCDA5

Tints of Pixie Green #BBCDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 33.57%
G = 36.8%
B = 29.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BBCDA5 (or 0xBBCDA5) is known color: Pixie Green. HEX triplet: BB, CD and A5. RGB value is (187,205,165). Sum of RGB (Red+Green+Blue) = 187+205+165=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA5 is #44325A. Grayscale: #C3C3C3. Windows color (decimal): -4469339 or 10866107. OLE color: 10866107.

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

Color convert

RGB 187 205 165 -
CMYK 0.09 0 0.20 0.20
HSL 87º 0.29% 0.73% -
HSV(B) 87º 0.2% 0.8% -
XYZ 49.12 56.94 44 -
YUV 195.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 187 205 165 0.09 0 0.20 0.20 87 0.29 0.73
Hex BB CD A5 9 0 14 14 57 1D 49
Octal 273 315 245 11 0 24 24 127 35 111
Binary 10111011 11001101 10100101 1001 0 10100 10100 1010111 11101 1001001

Color Harmonies of #BBCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDA5

Black with #BBCDA5

Text Example


Text Example

White with #BBCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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