#B8C9FF

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

Shades of Periwinkle #B8C9FF

Tints of Periwinkle #B8C9FF

Color information

#B8C9FF (or 0xB8C9FF) is unknown color: approx Periwinkle. HEX triplet: B8, C9 and FF. RGB value is (184,201,255). Sum of RGB (Red+Green+Blue) = 184+201+255=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C9FF is #473600. Grayscale: #C9C9C9. Windows color (decimal): -4666881 or 16763320. OLE color: 16763320.

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

Color convert

RGB184201255-
CMYK0.280.2100
HSL225.63º100%86.08%-
HSV(B)225.63º27.84%100%-
XYZ58.759.18102.94-
YUV202.07157.87115.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 255 (100% from 255) = 39.84%
R=28.75%
G=31.41%
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
SystemRedGreenBlueCMYKHSL
Decimal1842012550.280.2100225.6310086.08
HexB8C9FF1C1500e26456
Octal270311377342500342144126
Binary1011100011001001111111111110010101001110001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C9FF; }

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

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

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

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

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

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

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

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