Html Css Color HEX #BDBEC6 Ghost

📋 copy color: '#BDBEC6'

red 189 ◦ green 190 ◦ blue 198

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

Shades of Ghost #BDBEC6

Tints of Ghost #BDBEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 32.76%
G = 32.93%
B = 34.32%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDBEC6 (or 0xBDBEC6) is known color: Ghost. HEX triplet: BD, BE and C6. RGB value is (189,190,198). Sum of RGB (Red+Green+Blue) = 189+190+198=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC6 is #424139. Grayscale: #BEBEBE. Windows color (decimal): -4342074 or 13024957. OLE color: 13024957.

HSL color Cylindrical-coordinate representation of color #BDBEC6: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBEC6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 190 198 -
CMYK 0.05 0.04 0 0.22
HSL 233.33º 0.07% 0.76% -
HSV(B) 233.33º 0.05% 0.78% -
XYZ 49.59 51.72 60.8 -
YUV 190.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 189 190 198 0.05 0.04 0 0.22 233.33 0.07 0.76
Hex BD BE C6 5 4 0 16 E9 7 4C
Octal 275 276 306 5 4 0 26 351 7 114
Binary 10111101 10111110 11000110 101 100 0 10110 11101001 111 1001100

Color Harmonies of #BDBEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEC6

Black with #BDBEC6

Text Example


Text Example

White with #BDBEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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