Html Css Color HEX #BEBDC5 Ghost

📋 copy color: '#BEBDC5'

red 190 ◦ green 189 ◦ blue 197

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

Shades of Ghost #BEBDC5

Tints of Ghost #BEBDC5

RGB

 RED value IS 190 (74.61% from 255) = 32.99%

 GREEN value IS 189 (74.22% from 255) = 32.81%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 32.99%
G = 32.81%
B = 34.2%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEBDC5 (or 0xBEBDC5) is known color: Ghost. HEX triplet: BE, BD and C5. RGB value is (190,189,197). Sum of RGB (Red+Green+Blue) = 190+189+197=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC5 is #41423A. Grayscale: #BEBEBE. Windows color (decimal): -4276795 or 12959166. OLE color: 12959166.

HSL color Cylindrical-coordinate representation of color #BEBDC5: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBDC5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 189 197 -
CMYK 0.04 0.04 0 0.23
HSL 247.5º 0.06% 0.76% -
HSV(B) 247.5º 0.04% 0.77% -
XYZ 49.51 51.37 60.13 -
YUV 190.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 190 189 197 0.04 0.04 0 0.23 247.5 0.06 0.76
Hex BE BD C5 4 4 0 17 F8 6 4C
Octal 276 275 305 4 4 0 27 370 6 114
Binary 10111110 10111101 11000101 100 100 0 10111 11111000 110 1001100

Color Harmonies of #BEBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDC5

Black with #BEBDC5

Text Example


Text Example

White with #BEBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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