Html Css Color HEX #BDBEC9 Ghost

📋 copy color: '#BDBEC9'

red 189 ◦ green 190 ◦ blue 201

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

Shades of Ghost #BDBEC9

Tints of Ghost #BDBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 32.59%
G = 32.76%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDBEC9 (or 0xBDBEC9) is known color: Ghost. HEX triplet: BD, BE and C9. RGB value is (189,190,201). Sum of RGB (Red+Green+Blue) = 189+190+201=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC9 is #424136. Grayscale: #BEBEBE. Windows color (decimal): -4342071 or 13221565. OLE color: 13221565.

HSL color Cylindrical-coordinate representation of color #BDBEC9: hue angle of 235º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBEC9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 190 201 -
CMYK 0.06 0.05 0 0.21
HSL 235º 0.1% 0.76% -
HSV(B) 235º 0.06% 0.79% -
XYZ 49.94 51.86 62.64 -
YUV 190.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 189 190 201 0.06 0.05 0 0.21 235 0.1 0.76
Hex BD BE C9 6 5 0 15 EB A 4C
Octal 275 276 311 6 5 0 25 353 12 114
Binary 10111101 10111110 11001001 110 101 0 10101 11101011 1010 1001100

Color Harmonies of #BDBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEC9

Black with #BDBEC9

Text Example


Text Example

White with #BDBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEC9; }

 p { color: rgb(189,190,201); }

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

background-color css

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

 a { background-color: rgb(189,190,201); }

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

border-color css

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

 span { border-color: rgb(189,190,201); }

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