Html Css Color HEX #BECBBE Paris White

📋 copy color: '#BECBBE'

red 190 ◦ green 203 ◦ blue 190

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

Shades of Paris White #BECBBE

Tints of Paris White #BECBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 32.59%
G = 34.82%
B = 32.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BECBBE (or 0xBECBBE) is known color: Paris White. HEX triplet: BE, CB and BE. RGB value is (190,203,190). Sum of RGB (Red+Green+Blue) = 190+203+190=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBE is #413441. Grayscale: #C5C5C5. Windows color (decimal): -4273218 or 12503998. OLE color: 12503998.

HSL color Cylindrical-coordinate representation of color #BECBBE: hue angle of 120º 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 #BECBBE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 190 -
CMYK 0.06 0 0.06 0.20
HSL 120º 0.11% 0.77% -
HSV(B) 120º 0.06% 0.8% -
XYZ 51.89 57.38 57.06 -
YUV 197.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 190 203 190 0.06 0 0.06 0.20 120 0.11 0.77
Hex BE CB BE 6 0 6 14 78 B 4D
Octal 276 313 276 6 0 6 24 170 13 115
Binary 10111110 11001011 10111110 110 0 110 10100 1111000 1011 1001101

Color Harmonies of #BECBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBBE

Black with #BECBBE

Text Example


Text Example

White with #BECBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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