Html Css Color HEX #BCCBAE Pixie Green

📋 copy color: '#BCCBAE'

red 188 ◦ green 203 ◦ blue 174

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

Shades of Pixie Green #BCCBAE

Tints of Pixie Green #BCCBAE

RGB

 RED value IS 188 (73.83% from 255) = 33.27%

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

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

R = 33.27%
G = 35.93%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BCCBAE (or 0xBCCBAE) is known color: Pixie Green. HEX triplet: BC, CB and AE. RGB value is (188,203,174). Sum of RGB (Red+Green+Blue) = 188+203+174=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAE is #433451. Grayscale: #C3C3C3. Windows color (decimal): -4404306 or 11455420. OLE color: 11455420.

HSL color Cylindrical-coordinate representation of color #BCCBAE: hue angle of 91.03º 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 #BCCBAE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 174 -
CMYK 0.07 0 0.14 0.20
HSL 91.03º 0.22% 0.74% -
HSV(B) 91.03º 0.14% 0.8% -
XYZ 49.73 56.46 48.32 -
YUV 195.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 188 203 174 0.07 0 0.14 0.20 91.03 0.22 0.74
Hex BC CB AE 7 0 E 14 5B 16 4A
Octal 274 313 256 7 0 16 24 133 26 112
Binary 10111100 11001011 10101110 111 0 1110 10100 1011011 10110 1001010

Color Harmonies of #BCCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBAE

Black with #BCCBAE

Text Example


Text Example

White with #BCCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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