Html Css Color HEX #BEC5EC Periwinkle

📋 copy color: '#BEC5EC'

red 190 ◦ green 197 ◦ blue 236

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

Shades of Periwinkle #BEC5EC

Tints of Periwinkle #BEC5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 30.5%
G = 31.62%
B = 37.88%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC5EC (or 0xBEC5EC) is known color: Periwinkle. HEX triplet: BE, C5 and EC. RGB value is (190,197,236). Sum of RGB (Red+Green+Blue) = 190+197+236=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5EC is #413A13. Grayscale: #C7C7C7. Windows color (decimal): -4274708 or 15517118. OLE color: 15517118.

HSL color Cylindrical-coordinate representation of color #BEC5EC: hue angle of 230.87º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC5EC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 197 236 -
CMYK 0.19 0.17 0 0.07
HSL 230.87º 0.55% 0.84% -
HSV(B) 230.87º 0.19% 0.93% -
XYZ 56.34 56.94 87.38 -
YUV 199.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 190 197 236 0.19 0.17 0 0.07 230.87 0.55 0.84
Hex BE C5 EC 13 11 0 7 E7 37 54
Octal 276 305 354 23 21 0 7 347 67 124
Binary 10111110 11000101 11101100 10011 10001 0 111 11100111 110111 1010100

Color Harmonies of #BEC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5EC

Black with #BEC5EC

Text Example


Text Example

White with #BEC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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