#BEC8ED

Color #BEC8ED Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BEC8ED

Tints of Periwinkle #BEC8ED

Color information

#BEC8ED (or 0xBEC8ED) is unknown color: approx Periwinkle. HEX triplet: BE, C8 and ED. RGB value is (190,200,237). Sum of RGB (Red+Green+Blue) = 190+200+237=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8ED is #413712. Grayscale: #C9C9C9. Windows color (decimal): -4273939 or 15583422. OLE color: 15583422.

HSL color Cylindrical-coordinate representation of color #BEC8ED: hue angle of 227.23º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC8ED is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190200237-
CMYK0.200.1600.07
HSL227.23º56.63%83.73%-
HSV(B)227.23º19.83%92.94%-
XYZ57.1858.3788.37-
YUV201.23148.19119.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=30.30%
G=31.90%
B=37.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902002370.200.1600.07227.2356.6383.73
HexBEC8ED141007e33954
Octal27631035524200734371124
Binary10111110110010001110110110100100000111111000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8ED; }

 p { color: rgb(190,200,237); }

 H1.HeaderClassName
 {
   color: #BEC8ED;
 }
 .AnyTagClassName
 {
   color: #BEC8ED;
 }
</style>
background-color css

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

 a { background-color: rgb(190,200,237); }

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

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

 span { border-color: rgb(190,200,237); }

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