#BBD1FD

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

Shades of Periwinkle #BBD1FD

Tints of Periwinkle #BBD1FD

Color information

#BBD1FD (or 0xBBD1FD) is unknown color: approx Periwinkle. HEX triplet: BB, D1 and FD. RGB value is (187,209,253). Sum of RGB (Red+Green+Blue) = 187+209+253=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FD is #442E02. Grayscale: #CFCFCF. Windows color (decimal): -4468227 or 16634299. OLE color: 16634299.

HSL color Cylindrical-coordinate representation of color #BBD1FD: hue angle of 220º degrees, saturation: 0.94, 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 #BBD1FD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187209253-
CMYK0.260.1700.01
HSL220º94.29%86.27%-
HSV(B)220º26.09%99.22%-
XYZ61.0263.26101.92-
YUV207.44153.71113.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=28.81%
G=32.20%
B=38.98%

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
Decimal1872092530.260.1700.0122094.2986.27
HexBBD1FD1A1101dc5e56
Octal273321375322101334136126
Binary1011101111010001111111011101010001011101110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1FD; }

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

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

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

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

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

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

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

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