Html Css Color HEX #BEBECC Ghost

📋 copy color: '#BEBECC'

red 190 ◦ green 190 ◦ blue 204

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

Shades of Ghost #BEBECC

Tints of Ghost #BEBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 32.53%
G = 32.53%
B = 34.93%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEBECC (or 0xBEBECC) is known color: Ghost. HEX triplet: BE, BE and CC. RGB value is (190,190,204). Sum of RGB (Red+Green+Blue) = 190+190+204=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECC is #414133. Grayscale: #BFBFBF. Windows color (decimal): -4276532 or 13418174. OLE color: 13418174.

HSL color Cylindrical-coordinate representation of color #BEBECC: hue angle of 240º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBECC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 190 204 -
CMYK 0.07 0.07 0 0.2
HSL 240º 0.12% 0.77% -
HSV(B) 240º 0.07% 0.8% -
XYZ 50.55 52.13 64.53 -
YUV 191.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 190 190 204 0.07 0.07 0 0.2 240 0.12 0.77
Hex BE BE CC 7 7 0 14 F0 C 4D
Octal 276 276 314 7 7 0 24 360 14 115
Binary 10111110 10111110 11001100 111 111 0 10100 11110000 1100 1001101

Color Harmonies of #BEBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBECC

Black with #BEBECC

Text Example


Text Example

White with #BEBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBECC; }

 p { color: rgb(190,190,204); }

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

background-color css

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

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

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

border-color css

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

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

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