#B7C7FD

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

Shades of Periwinkle #B7C7FD

Tints of Periwinkle #B7C7FD

Color information

#B7C7FD (or 0xB7C7FD) is unknown color: approx Periwinkle. HEX triplet: B7, C7 and FD. RGB value is (183,199,253). Sum of RGB (Red+Green+Blue) = 183+199+253=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C7FD is #483802. Grayscale: #C8C8C8. Windows color (decimal): -4732931 or 16631735. OLE color: 16631735.

HSL color Cylindrical-coordinate representation of color #B7C7FD: hue angle of 226.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7C7FD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183199253-
CMYK0.280.2100.01
HSL226.29º94.59%85.49%-
HSV(B)226.29º27.67%99.22%-
XYZ57.6858.01101.08-
YUV200.37157.7115.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.82%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=28.82%
G=31.34%
B=39.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831992530.280.2100.01226.2994.5985.49
HexB7C7FD1C1501e25f55
Octal267307375342501342137125
Binary1011011111000111111111011110010101011110001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7FD; }

 p { color: rgb(183,199,253); }

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

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

 a { background-color: rgb(183,199,253); }

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

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

 span { border-color: rgb(183,199,253); }

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