Html Css Color HEX #BEC1EC Periwinkle

📋 copy color: '#BEC1EC'

red 190 ◦ green 193 ◦ blue 236

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

Shades of Periwinkle #BEC1EC

Tints of Periwinkle #BEC1EC

RGB

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

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

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

R = 30.69%
G = 31.18%
B = 38.13%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC1EC (or 0xBEC1EC) is known color: Periwinkle. HEX triplet: BE, C1 and EC. RGB value is (190,193,236). Sum of RGB (Red+Green+Blue) = 190+193+236=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EC is #413E13. Grayscale: #C4C4C4. Windows color (decimal): -4275732 or 15516094. OLE color: 15516094.

HSL color Cylindrical-coordinate representation of color #BEC1EC: hue angle of 236.09º 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 #BEC1EC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 193 236 -
CMYK 0.19 0.18 0 0.07
HSL 236.09º 0.55% 0.84% -
HSV(B) 236.09º 0.19% 0.93% -
XYZ 55.45 55.14 87.08 -
YUV 197.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 190 193 236 0.19 0.18 0 0.07 236.09 0.55 0.84
Hex BE C1 EC 13 12 0 7 EC 37 54
Octal 276 301 354 23 22 0 7 354 67 124
Binary 10111110 11000001 11101100 10011 10010 0 111 11101100 110111 1010100

Color Harmonies of #BEC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1EC

Black with #BEC1EC

Text Example


Text Example

White with #BEC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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