Html Css Color HEX #BEBFCB Ghost

📋 copy color: '#BEBFCB'

red 190 ◦ green 191 ◦ blue 203

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

Shades of Ghost #BEBFCB

Tints of Ghost #BEBFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 32.53%
G = 32.71%
B = 34.76%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEBFCB (or 0xBEBFCB) is known color: Ghost. HEX triplet: BE, BF and CB. RGB value is (190,191,203). Sum of RGB (Red+Green+Blue) = 190+191+203=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFCB is #414034. Grayscale: #C0C0C0. Windows color (decimal): -4276277 or 13352894. OLE color: 13352894.

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

Color convert

RGB 190 191 203 -
CMYK 0.06 0.06 0 0.20
HSL 235.38º 0.11% 0.77% -
HSV(B) 235.38º 0.06% 0.8% -
XYZ 50.65 52.52 63.97 -
YUV 192.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 190 191 203 0.06 0.06 0 0.20 235.38 0.11 0.77
Hex BE BF CB 6 6 0 14 EB B 4D
Octal 276 277 313 6 6 0 24 353 13 115
Binary 10111110 10111111 11001011 110 110 0 10100 11101011 1011 1001101

Color Harmonies of #BEBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFCB

Black with #BEBFCB

Text Example


Text Example

White with #BEBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFCB; }

 p { color: rgb(190,191,203); }

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

background-color css

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

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

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

border-color css

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

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

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