#B9C7FA

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

Shades of Periwinkle #B9C7FA

Tints of Periwinkle #B9C7FA

Color information

#B9C7FA (or 0xB9C7FA) is unknown color: approx Periwinkle. HEX triplet: B9, C7 and FA. RGB value is (185,199,250). Sum of RGB (Red+Green+Blue) = 185+199+250=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C7FA is #463805. Grayscale: #C8C8C8. Windows color (decimal): -4601862 or 16435129. OLE color: 16435129.

HSL color Cylindrical-coordinate representation of color #B9C7FA: hue angle of 227.08º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9C7FA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185199250-
CMYK0.260.2000.02
HSL227.08º86.67%85.29%-
HSV(B)227.08º26%98.04%-
XYZ57.6958.0698.61-
YUV200.63155.86116.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=29.18%
G=31.39%
B=39.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851992500.260.2000.02227.0886.6785.29
HexB9C7FA1A1402e35755
Octal271307372322402343127125
Binary10111001110001111111101011010101000101110001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7FA; }

 p { color: rgb(185,199,250); }

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

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

 a { background-color: rgb(185,199,250); }

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

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

 span { border-color: rgb(185,199,250); }

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