Html Css Color HEX #BDCBAF Pixie Green

📋 copy color: '#BDCBAF'

red 189 ◦ green 203 ◦ blue 175

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

Shades of Pixie Green #BDCBAF

Tints of Pixie Green #BDCBAF

RGB

 RED value IS 189 (74.22% from 255) = 33.33%

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

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 33.33%
G = 35.8%
B = 30.86%

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

#BDCBAF (or 0xBDCBAF) is known color: Pixie Green. HEX triplet: BD, CB and AF. RGB value is (189,203,175). Sum of RGB (Red+Green+Blue) = 189+203+175=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAF is #423450. Grayscale: #C3C3C3. Windows color (decimal): -4338769 or 11520957. OLE color: 11520957.

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

Color convert

RGB 189 203 175 -
CMYK 0.07 0 0.14 0.20
HSL 90º 0.21% 0.74% -
HSV(B) 90º 0.14% 0.8% -
XYZ 50.08 56.63 48.85 -
YUV 195.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 189 203 175 0.07 0 0.14 0.20 90 0.21 0.74
Hex BD CB AF 7 0 E 14 5A 15 4A
Octal 275 313 257 7 0 16 24 132 25 112
Binary 10111101 11001011 10101111 111 0 1110 10100 1011010 10101 1001010

Color Harmonies of #BDCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBAF

Black with #BDCBAF

Text Example


Text Example

White with #BDCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBAF; }

 p { color: rgb(189,203,175); }

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

background-color css

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

 a { background-color: rgb(189,203,175); }

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

border-color css

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

 span { border-color: rgb(189,203,175); }

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