Html Css Color HEX #BBD4AB Pixie Green

📋 copy color: '#BBD4AB'

red 187 ◦ green 212 ◦ blue 171

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

Shades of Pixie Green #BBD4AB

Tints of Pixie Green #BBD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 32.81%
G = 37.19%
B = 30%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BBD4AB (or 0xBBD4AB) is known color: Pixie Green. HEX triplet: BB, D4 and AB. RGB value is (187,212,171). Sum of RGB (Red+Green+Blue) = 187+212+171=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD4AB is #442B54. Grayscale: #C7C7C7. Windows color (decimal): -4467541 or 11261115. OLE color: 11261115.

HSL color Cylindrical-coordinate representation of color #BBD4AB: hue angle of 96.59º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD4AB is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 171 -
CMYK 0.12 0 0.19 0.17
HSL 96.59º 0.32% 0.75% -
HSV(B) 96.59º 0.19% 0.83% -
XYZ 51.39 60.59 47.52 -
YUV 199.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 187 212 171 0.12 0 0.19 0.17 96.59 0.32 0.75
Hex BB D4 AB C 0 13 11 61 20 4B
Octal 273 324 253 14 0 23 21 141 40 113
Binary 10111011 11010100 10101011 1100 0 10011 10001 1100001 100000 1001011

Color Harmonies of #BBD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4AB

Black with #BBD4AB

Text Example


Text Example

White with #BBD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4AB; }

 p { color: rgb(187,212,171); }

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

background-color css

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

 a { background-color: rgb(187,212,171); }

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

border-color css

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

 span { border-color: rgb(187,212,171); }

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