Html Css Color HEX #BEC3DC Periwinkle

📋 copy color: '#BEC3DC'

red 190 ◦ green 195 ◦ blue 220

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

Shades of Periwinkle #BEC3DC

Tints of Periwinkle #BEC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.23%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 31.4%
G = 32.23%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC3DC (or 0xBEC3DC) is known color: Periwinkle. HEX triplet: BE, C3 and DC. RGB value is (190,195,220). Sum of RGB (Red+Green+Blue) = 190+195+220=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3DC is #413C23. Grayscale: #C4C4C4. Windows color (decimal): -4275236 or 14468030. OLE color: 14468030.

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

Color convert

RGB 190 195 220 -
CMYK 0.14 0.11 0 0.14
HSL 230º 0.3% 0.8% -
HSV(B) 230º 0.14% 0.86% -
XYZ 53.67 55.14 75.53 -
YUV 196.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 190 195 220 0.14 0.11 0 0.14 230 0.3 0.8
Hex BE C3 DC E B 0 E E6 1E 50
Octal 276 303 334 16 13 0 16 346 36 120
Binary 10111110 11000011 11011100 1110 1011 0 1110 11100110 11110 1010000

Color Harmonies of #BEC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3DC

Black with #BEC3DC

Text Example


Text Example

White with #BEC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3DC; }

 p { color: rgb(190,195,220); }

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

background-color css

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

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

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

border-color css

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

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

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