#BBD1FA

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

Shades of Periwinkle #BBD1FA

Tints of Periwinkle #BBD1FA

Color information

#BBD1FA (or 0xBBD1FA) is unknown color: approx Periwinkle. HEX triplet: BB, D1 and FA. RGB value is (187,209,250). Sum of RGB (Red+Green+Blue) = 187+209+250=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FA is #442E05. Grayscale: #CECECE. Windows color (decimal): -4468230 or 16437691. OLE color: 16437691.

HSL color Cylindrical-coordinate representation of color #BBD1FA: hue angle of 219.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD1FA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187209250-
CMYK0.250.1600.02
HSL219.05º86.3%85.69%-
HSV(B)219.05º25.2%98.04%-
XYZ60.5563.0799.42-
YUV207.1152.21113.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=28.95%
G=32.35%
B=38.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872092500.250.1600.02219.0586.385.69
HexBBD1FA191002db5656
Octal273321372312002333126126
Binary10111011110100011111101011001100000101101101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1FA; }

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

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

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

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

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

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

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

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