#B8C6FB

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

Shades of Periwinkle #B8C6FB

Tints of Periwinkle #B8C6FB

Color information

#B8C6FB (or 0xB8C6FB) is unknown color: approx Periwinkle. HEX triplet: B8, C6 and FB. RGB value is (184,198,251). Sum of RGB (Red+Green+Blue) = 184+198+251=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C6FB is #473904. Grayscale: #C7C7C7. Windows color (decimal): -4667653 or 16500408. OLE color: 16500408.

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

Color convert

RGB184198251-
CMYK0.270.2100.02
HSL227.46º89.33%85.29%-
HSV(B)227.46º26.69%98.43%-
XYZ57.3757.5499.35-
YUV199.86156.86116.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.07%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=29.07%
G=31.28%
B=39.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841982510.270.2100.02227.4689.3385.29
HexB8C6FB1B1502e35955
Octal270306373332502343131125
Binary10111000110001101111101111011101010101110001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C6FB; }

 p { color: rgb(184,198,251); }

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

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

 a { background-color: rgb(184,198,251); }

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

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

 span { border-color: rgb(184,198,251); }

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