Html Css Color HEX #BEC7DD Periwinkle

📋 copy color: '#BEC7DD'

red 190 ◦ green 199 ◦ blue 221

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

Shades of Periwinkle #BEC7DD

Tints of Periwinkle #BEC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.62%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 31.15%
G = 32.62%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC7DD (or 0xBEC7DD) is known color: Periwinkle. HEX triplet: BE, C7 and DD. RGB value is (190,199,221). Sum of RGB (Red+Green+Blue) = 190+199+221=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7DD is #413822. Grayscale: #C6C6C6. Windows color (decimal): -4274211 or 14534590. OLE color: 14534590.

HSL color Cylindrical-coordinate representation of color #BEC7DD: hue angle of 222.58º degrees, saturation: 0.31, 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 #BEC7DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 199 221 -
CMYK 0.14 0.10 0 0.13
HSL 222.58º 0.31% 0.81% -
HSV(B) 222.58º 0.14% 0.87% -
XYZ 54.71 57.01 76.53 -
YUV 198.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 190 199 221 0.14 0.10 0 0.13 222.58 0.31 0.81
Hex BE C7 DD E A 0 D DF 1F 51
Octal 276 307 335 16 12 0 15 337 37 121
Binary 10111110 11000111 11011101 1110 1010 0 1101 11011111 11111 1010001

Color Harmonies of #BEC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7DD

Black with #BEC7DD

Text Example


Text Example

White with #BEC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7DD; }

 p { color: rgb(190,199,221); }

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

background-color css

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

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

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

border-color css

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

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

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