Html Css Color HEX #BEBCC4 Ghost

📋 copy color: '#BEBCC4'

red 190 ◦ green 188 ◦ blue 196

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

Shades of Ghost #BEBCC4

Tints of Ghost #BEBCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 33.1%
G = 32.75%
B = 34.15%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEBCC4 (or 0xBEBCC4) is known color: Ghost. HEX triplet: BE, BC and C4. RGB value is (190,188,196). Sum of RGB (Red+Green+Blue) = 190+188+196=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC4 is #41433B. Grayscale: #BDBDBD. Windows color (decimal): -4277052 or 12893374. OLE color: 12893374.

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

Color convert

RGB 190 188 196 -
CMYK 0.03 0.04 0 0.23
HSL 255º 0.06% 0.75% -
HSV(B) 255º 0.04% 0.77% -
XYZ 49.18 50.9 59.46 -
YUV 189.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 190 188 196 0.03 0.04 0 0.23 255 0.06 0.75
Hex BE BC C4 3 4 0 17 FF 6 4B
Octal 276 274 304 3 4 0 27 377 6 113
Binary 10111110 10111100 11000100 11 100 0 10111 11111111 110 1001011

Color Harmonies of #BEBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCC4

Black with #BEBCC4

Text Example


Text Example

White with #BEBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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