#B8C8FB

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

Shades of Periwinkle #B8C8FB

Tints of Periwinkle #B8C8FB

Color information

#B8C8FB (or 0xB8C8FB) is unknown color: approx Periwinkle. HEX triplet: B8, C8 and FB. RGB value is (184,200,251). Sum of RGB (Red+Green+Blue) = 184+200+251=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C8FB is #473704. Grayscale: #C8C8C8. Windows color (decimal): -4667141 or 16500920. OLE color: 16500920.

HSL color Cylindrical-coordinate representation of color #B8C8FB: hue angle of 225.67º 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 #B8C8FB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184200251-
CMYK0.270.2000.02
HSL225.67º89.33%85.29%-
HSV(B)225.67º26.69%98.43%-
XYZ57.8358.4699.5-
YUV201.03156.2115.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.98%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=28.98%
G=31.50%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842002510.270.2000.02225.6789.3385.29
HexB8C8FB1B1402e25955
Octal270310373332402342131125
Binary10111000110010001111101111011101000101110001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C8FB; }

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

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

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

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

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

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

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

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