#BECAF0

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

Shades of Periwinkle #BECAF0

Tints of Periwinkle #BECAF0

Color information

#BECAF0 (or 0xBECAF0) is unknown color: approx Periwinkle. HEX triplet: BE, CA and F0. RGB value is (190,202,240). Sum of RGB (Red+Green+Blue) = 190+202+240=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF0 is #41350F. Grayscale: #CACACA. Windows color (decimal): -4273424 or 15780542. OLE color: 15780542.

HSL color Cylindrical-coordinate representation of color #BECAF0: hue angle of 225.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECAF0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190202240-
CMYK0.210.1600.06
HSL225.6º62.5%84.31%-
HSV(B)225.6º20.83%94.12%-
XYZ58.0859.4890.86-
YUV202.74149.02118.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=30.06%
G=31.96%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902022400.210.1600.06225.662.584.31
HexBECAF0151006e23e54
Octal27631236025200634276124
Binary10111110110010101111000010101100000110111000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAF0; }

 p { color: rgb(190,202,240); }

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

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

 a { background-color: rgb(190,202,240); }

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

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

 span { border-color: rgb(190,202,240); }

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