Html Css Color HEX #BEBCC6 Ghost

📋 copy color: '#BEBCC6'

red 190 ◦ green 188 ◦ blue 198

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

Shades of Ghost #BEBCC6

Tints of Ghost #BEBCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.64%

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

R = 32.99%
G = 32.64%
B = 34.38%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEBCC6 (or 0xBEBCC6) is known color: Ghost. HEX triplet: BE, BC and C6. RGB value is (190,188,198). Sum of RGB (Red+Green+Blue) = 190+188+198=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC6 is #414339. Grayscale: #BDBDBD. Windows color (decimal): -4277050 or 13024446. OLE color: 13024446.

HSL color Cylindrical-coordinate representation of color #BEBCC6: hue angle of 252º degrees, saturation: 0.08, 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 #BEBCC6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 188 198 -
CMYK 0.04 0.05 0 0.22
HSL 252º 0.08% 0.76% -
HSV(B) 252º 0.05% 0.78% -
XYZ 49.41 50.99 60.66 -
YUV 189.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 190 188 198 0.04 0.05 0 0.22 252 0.08 0.76
Hex BE BC C6 4 5 0 16 FC 8 4C
Octal 276 274 306 4 5 0 26 374 10 114
Binary 10111110 10111100 11000110 100 101 0 10110 11111100 1000 1001100

Color Harmonies of #BEBCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCC6

Black with #BEBCC6

Text Example


Text Example

White with #BEBCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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