Html Css Color HEX #BEC4DB Periwinkle

📋 copy color: '#BEC4DB'

red 190 ◦ green 196 ◦ blue 219

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

Shades of Periwinkle #BEC4DB

Tints of Periwinkle #BEC4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 31.4%
G = 32.4%
B = 36.2%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC4DB (or 0xBEC4DB) is known color: Periwinkle. HEX triplet: BE, C4 and DB. RGB value is (190,196,219). Sum of RGB (Red+Green+Blue) = 190+196+219=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4DB is #413B24. Grayscale: #C4C4C4. Windows color (decimal): -4274981 or 14402750. OLE color: 14402750.

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

Color convert

RGB 190 196 219 -
CMYK 0.13 0.11 0 0.14
HSL 227.59º 0.29% 0.8% -
HSV(B) 227.59º 0.13% 0.86% -
XYZ 53.76 55.54 74.9 -
YUV 196.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 190 196 219 0.13 0.11 0 0.14 227.59 0.29 0.8
Hex BE C4 DB D B 0 E E4 1D 50
Octal 276 304 333 15 13 0 16 344 35 120
Binary 10111110 11000100 11011011 1101 1011 0 1110 11100100 11101 1010000

Color Harmonies of #BEC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4DB

Black with #BEC4DB

Text Example


Text Example

White with #BEC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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