Html Css Color HEX #BEC7DE Periwinkle

📋 copy color: '#BEC7DE'

red 190 ◦ green 199 ◦ blue 222

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

Shades of Periwinkle #BEC7DE

Tints of Periwinkle #BEC7DE

RGB

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

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

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

R = 31.1%
G = 32.57%
B = 36.33%

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

#BEC7DE (or 0xBEC7DE) is known color: Periwinkle. HEX triplet: BE, C7 and DE. RGB value is (190,199,222). Sum of RGB (Red+Green+Blue) = 190+199+222=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7DE is #413821. Grayscale: #C6C6C6. Windows color (decimal): -4274210 or 14600126. OLE color: 14600126.

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

Color convert

RGB 190 199 222 -
CMYK 0.14 0.10 0 0.13
HSL 223.13º 0.33% 0.81% -
HSV(B) 223.13º 0.14% 0.87% -
XYZ 54.84 57.07 77.23 -
YUV 198.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 190 199 222 0.14 0.10 0 0.13 223.13 0.33 0.81
Hex BE C7 DE E A 0 D DF 21 51
Octal 276 307 336 16 12 0 15 337 41 121
Binary 10111110 11000111 11011110 1110 1010 0 1101 11011111 100001 1010001

Color Harmonies of #BEC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7DE

Black with #BEC7DE

Text Example


Text Example

White with #BEC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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