Html Css Color HEX #BEC5EA Periwinkle

📋 copy color: '#BEC5EA'

red 190 ◦ green 197 ◦ blue 234

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

Shades of Periwinkle #BEC5EA

Tints of Periwinkle #BEC5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 30.6%
G = 31.72%
B = 37.68%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC5EA (or 0xBEC5EA) is known color: Periwinkle. HEX triplet: BE, C5 and EA. RGB value is (190,197,234). Sum of RGB (Red+Green+Blue) = 190+197+234=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5EA is #413A15. Grayscale: #C6C6C6. Windows color (decimal): -4274710 or 15386046. OLE color: 15386046.

HSL color Cylindrical-coordinate representation of color #BEC5EA: hue angle of 230.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC5EA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 197 234 -
CMYK 0.19 0.16 0 0.08
HSL 230.45º 0.51% 0.83% -
HSV(B) 230.45º 0.19% 0.92% -
XYZ 56.05 56.82 85.85 -
YUV 199.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 190 197 234 0.19 0.16 0 0.08 230.45 0.51 0.83
Hex BE C5 EA 13 10 0 8 E6 33 53
Octal 276 305 352 23 20 0 10 346 63 123
Binary 10111110 11000101 11101010 10011 10000 0 1000 11100110 110011 1010011

Color Harmonies of #BEC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5EA

Black with #BEC5EA

Text Example


Text Example

White with #BEC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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