Html Css Color HEX #BEC4DC Periwinkle

📋 copy color: '#BEC4DC'

red 190 ◦ green 196 ◦ blue 220

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

Shades of Periwinkle #BEC4DC

Tints of Periwinkle #BEC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

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

R = 31.35%
G = 32.34%
B = 36.3%

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

#BEC4DC (or 0xBEC4DC) is known color: Periwinkle. HEX triplet: BE, C4 and DC. RGB value is (190,196,220). Sum of RGB (Red+Green+Blue) = 190+196+220=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4DC is #413B23. Grayscale: #C4C4C4. Windows color (decimal): -4274980 or 14468286. OLE color: 14468286.

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

Color convert

RGB 190 196 220 -
CMYK 0.14 0.11 0 0.14
HSL 228º 0.3% 0.8% -
HSV(B) 228º 0.14% 0.86% -
XYZ 53.89 55.59 75.6 -
YUV 196.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 190 196 220 0.14 0.11 0 0.14 228 0.3 0.8
Hex BE C4 DC E B 0 E E4 1E 50
Octal 276 304 334 16 13 0 16 344 36 120
Binary 10111110 11000100 11011100 1110 1011 0 1110 11100100 11110 1010000

Color Harmonies of #BEC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4DC

Black with #BEC4DC

Text Example


Text Example

White with #BEC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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