Html Css Color HEX #BEC3EA Periwinkle

📋 copy color: '#BEC3EA'

red 190 ◦ green 195 ◦ blue 234

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

Shades of Periwinkle #BEC3EA

Tints of Periwinkle #BEC3EA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.5%

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

R = 30.69%
G = 31.5%
B = 37.8%

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

#BEC3EA (or 0xBEC3EA) is known color: Periwinkle. HEX triplet: BE, C3 and EA. RGB value is (190,195,234). Sum of RGB (Red+Green+Blue) = 190+195+234=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3EA is #413C15. Grayscale: #C5C5C5. Windows color (decimal): -4275222 or 15385534. OLE color: 15385534.

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

Color convert

RGB 190 195 234 -
CMYK 0.19 0.17 0 0.08
HSL 233.18º 0.51% 0.83% -
HSV(B) 233.18º 0.19% 0.92% -
XYZ 55.6 55.92 85.7 -
YUV 197.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 190 195 234 0.19 0.17 0 0.08 233.18 0.51 0.83
Hex BE C3 EA 13 11 0 8 E9 33 53
Octal 276 303 352 23 21 0 10 351 63 123
Binary 10111110 11000011 11101010 10011 10001 0 1000 11101001 110011 1010011

Color Harmonies of #BEC3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3EA

Black with #BEC3EA

Text Example


Text Example

White with #BEC3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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