Html Css Color HEX #BEC2EA Periwinkle

📋 copy color: '#BEC2EA'

red 190 ◦ green 194 ◦ blue 234

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

Shades of Periwinkle #BEC2EA

Tints of Periwinkle #BEC2EA

RGB

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

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

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

R = 30.74%
G = 31.39%
B = 37.86%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC2EA (or 0xBEC2EA) is known color: Periwinkle. HEX triplet: BE, C2 and EA. RGB value is (190,194,234). Sum of RGB (Red+Green+Blue) = 190+194+234=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EA is #413D15. Grayscale: #C5C5C5. Windows color (decimal): -4275478 or 15385278. OLE color: 15385278.

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

Color convert

RGB 190 194 234 -
CMYK 0.19 0.17 0 0.08
HSL 234.55º 0.51% 0.83% -
HSV(B) 234.55º 0.19% 0.92% -
XYZ 55.38 55.47 85.63 -
YUV 197.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 190 194 234 0.19 0.17 0 0.08 234.55 0.51 0.83
Hex BE C2 EA 13 11 0 8 EB 33 53
Octal 276 302 352 23 21 0 10 353 63 123
Binary 10111110 11000010 11101010 10011 10001 0 1000 11101011 110011 1010011

Color Harmonies of #BEC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2EA

Black with #BEC2EA

Text Example


Text Example

White with #BEC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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