Html Css Color HEX #BEC2EC Periwinkle

📋 copy color: '#BEC2EC'

red 190 ◦ green 194 ◦ blue 236

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

Shades of Periwinkle #BEC2EC

Tints of Periwinkle #BEC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

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

R = 30.65%
G = 31.29%
B = 38.06%

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

#BEC2EC (or 0xBEC2EC) is known color: Periwinkle. HEX triplet: BE, C2 and EC. RGB value is (190,194,236). Sum of RGB (Red+Green+Blue) = 190+194+236=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EC is #413D13. Grayscale: #C5C5C5. Windows color (decimal): -4275476 or 15516350. OLE color: 15516350.

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

Color convert

RGB 190 194 236 -
CMYK 0.19 0.18 0 0.07
HSL 234.78º 0.55% 0.84% -
HSV(B) 234.78º 0.19% 0.93% -
XYZ 55.67 55.59 87.15 -
YUV 197.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 190 194 236 0.19 0.18 0 0.07 234.78 0.55 0.84
Hex BE C2 EC 13 12 0 7 EB 37 54
Octal 276 302 354 23 22 0 7 353 67 124
Binary 10111110 11000010 11101100 10011 10010 0 111 11101011 110111 1010100

Color Harmonies of #BEC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2EC

Black with #BEC2EC

Text Example


Text Example

White with #BEC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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