Html Css Color HEX #BEC1ED Periwinkle

📋 copy color: '#BEC1ED'

red 190 ◦ green 193 ◦ blue 237

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

Shades of Periwinkle #BEC1ED

Tints of Periwinkle #BEC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.13%

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 30.65%
G = 31.13%
B = 38.23%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC1ED (or 0xBEC1ED) is known color: Periwinkle. HEX triplet: BE, C1 and ED. RGB value is (190,193,237). Sum of RGB (Red+Green+Blue) = 190+193+237=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1ED is #413E12. Grayscale: #C4C4C4. Windows color (decimal): -4275731 or 15581630. OLE color: 15581630.

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

Color convert

RGB 190 193 237 -
CMYK 0.20 0.19 0 0.07
HSL 236.17º 0.57% 0.84% -
HSV(B) 236.17º 0.2% 0.93% -
XYZ 55.59 55.2 87.85 -
YUV 197.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 190 193 237 0.20 0.19 0 0.07 236.17 0.57 0.84
Hex BE C1 ED 14 13 0 7 EC 39 54
Octal 276 301 355 24 23 0 7 354 71 124
Binary 10111110 11000001 11101101 10100 10011 0 111 11101100 111001 1010100

Color Harmonies of #BEC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1ED

Black with #BEC1ED

Text Example


Text Example

White with #BEC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1ED; }

 p { color: rgb(190,193,237); }

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

background-color css

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

 a { background-color: rgb(190,193,237); }

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

border-color css

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

 span { border-color: rgb(190,193,237); }

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