#BBD1FC

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

Shades of Periwinkle #BBD1FC

Tints of Periwinkle #BBD1FC

Color information

#BBD1FC (or 0xBBD1FC) is unknown color: approx Periwinkle. HEX triplet: BB, D1 and FC. RGB value is (187,209,252). Sum of RGB (Red+Green+Blue) = 187+209+252=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FC is #442E03. Grayscale: #CFCFCF. Windows color (decimal): -4468228 or 16568763. OLE color: 16568763.

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

Color convert

RGB187209252-
CMYK0.260.1700.01
HSL219.69º91.55%86.08%-
HSV(B)219.69º25.79%98.82%-
XYZ60.8663.19101.09-
YUV207.32153.21113.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=28.86%
G=32.25%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872092520.260.1700.01219.6991.5586.08
HexBBD1FC1A1101dc5c56
Octal273321374322101334134126
Binary1011101111010001111111001101010001011101110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1FC; }

 p { color: rgb(187,209,252); }

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

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

 a { background-color: rgb(187,209,252); }

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

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

 span { border-color: rgb(187,209,252); }

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