Html Css Color HEX #BEC1EA Periwinkle

📋 copy color: '#BEC1EA'

red 190 ◦ green 193 ◦ blue 234

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

Shades of Periwinkle #BEC1EA

Tints of Periwinkle #BEC1EA

RGB

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

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

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

R = 30.79%
G = 31.28%
B = 37.93%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC1EA (or 0xBEC1EA) is known color: Periwinkle. HEX triplet: BE, C1 and EA. RGB value is (190,193,234). Sum of RGB (Red+Green+Blue) = 190+193+234=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EA is #413E15. Grayscale: #C4C4C4. Windows color (decimal): -4275734 or 15385022. OLE color: 15385022.

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

Color convert

RGB 190 193 234 -
CMYK 0.19 0.18 0 0.08
HSL 235.91º 0.51% 0.83% -
HSV(B) 235.91º 0.19% 0.92% -
XYZ 55.16 55.03 85.56 -
YUV 196.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 190 193 234 0.19 0.18 0 0.08 235.91 0.51 0.83
Hex BE C1 EA 13 12 0 8 EC 33 53
Octal 276 301 352 23 22 0 10 354 63 123
Binary 10111110 11000001 11101010 10011 10010 0 1000 11101100 110011 1010011

Color Harmonies of #BEC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1EA

Black with #BEC1EA

Text Example


Text Example

White with #BEC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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