Html Css Color HEX #BEC5DE Periwinkle

📋 copy color: '#BEC5DE'

red 190 ◦ green 197 ◦ blue 222

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

Shades of Periwinkle #BEC5DE

Tints of Periwinkle #BEC5DE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.35%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 31.2%
G = 32.35%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC5DE (or 0xBEC5DE) is known color: Periwinkle. HEX triplet: BE, C5 and DE. RGB value is (190,197,222). Sum of RGB (Red+Green+Blue) = 190+197+222=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5DE is #413A21. Grayscale: #C5C5C5. Windows color (decimal): -4274722 or 14599614. OLE color: 14599614.

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

Color convert

RGB 190 197 222 -
CMYK 0.14 0.11 0 0.13
HSL 226.88º 0.33% 0.81% -
HSV(B) 226.88º 0.14% 0.87% -
XYZ 54.39 56.15 77.08 -
YUV 197.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 190 197 222 0.14 0.11 0 0.13 226.88 0.33 0.81
Hex BE C5 DE E B 0 D E3 21 51
Octal 276 305 336 16 13 0 15 343 41 121
Binary 10111110 11000101 11011110 1110 1011 0 1101 11100011 100001 1010001

Color Harmonies of #BEC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5DE

Black with #BEC5DE

Text Example


Text Example

White with #BEC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5DE; }

 p { color: rgb(190,197,222); }

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

background-color css

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

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

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

border-color css

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

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

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