Html Css Color HEX #BBCBAE Pixie Green

📋 copy color: '#BBCBAE'

red 187 ◦ green 203 ◦ blue 174

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

Shades of Pixie Green #BBCBAE

Tints of Pixie Green #BBCBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 33.16%
G = 35.99%
B = 30.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BBCBAE (or 0xBBCBAE) is known color: Pixie Green. HEX triplet: BB, CB and AE. RGB value is (187,203,174). Sum of RGB (Red+Green+Blue) = 187+203+174=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAE is #443451. Grayscale: #C3C3C3. Windows color (decimal): -4469842 or 11455419. OLE color: 11455419.

HSL color Cylindrical-coordinate representation of color #BBCBAE: hue angle of 93.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCBAE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 174 -
CMYK 0.08 0 0.14 0.20
HSL 93.1º 0.22% 0.74% -
HSV(B) 93.1º 0.14% 0.8% -
XYZ 49.49 56.33 48.31 -
YUV 194.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 187 203 174 0.08 0 0.14 0.20 93.1 0.22 0.74
Hex BB CB AE 8 0 E 14 5D 16 4A
Octal 273 313 256 10 0 16 24 135 26 112
Binary 10111011 11001011 10101110 1000 0 1110 10100 1011101 10110 1001010

Color Harmonies of #BBCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBAE

Black with #BBCBAE

Text Example


Text Example

White with #BBCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBAE; }

 p { color: rgb(187,203,174); }

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

background-color css

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

 a { background-color: rgb(187,203,174); }

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

border-color css

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

 span { border-color: rgb(187,203,174); }

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