#B8C9FD

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

Shades of Periwinkle #B8C9FD

Tints of Periwinkle #B8C9FD

Color information

#B8C9FD (or 0xB8C9FD) is unknown color: approx Periwinkle. HEX triplet: B8, C9 and FD. RGB value is (184,201,253). Sum of RGB (Red+Green+Blue) = 184+201+253=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C9FD is #473602. Grayscale: #C9C9C9. Windows color (decimal): -4666883 or 16632248. OLE color: 16632248.

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

Color convert

RGB184201253-
CMYK0.270.2100.01
HSL225.22º94.52%85.69%-
HSV(B)225.22º27.27%99.22%-
XYZ58.3859.06101.25-
YUV201.84156.87115.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.84%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=28.84%
G=31.50%
B=39.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842012530.270.2100.01225.2294.5285.69
HexB8C9FD1B1501e15f56
Octal270311375332501341137126
Binary1011100011001001111111011101110101011110000110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C9FD; }

 p { color: rgb(184,201,253); }

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

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

 a { background-color: rgb(184,201,253); }

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

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

 span { border-color: rgb(184,201,253); }

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