#BBC1DA

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

Shades of Periwinkle #BBC1DA

Tints of Periwinkle #BBC1DA

Color information

#BBC1DA (or 0xBBC1DA) is unknown color: approx Periwinkle. HEX triplet: BB, C1 and DA. RGB value is (187,193,218). Sum of RGB (Red+Green+Blue) = 187+193+218=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DA is #443E25. Grayscale: #C1C1C1. Windows color (decimal): -4472358 or 14336443. OLE color: 14336443.

HSL color Cylindrical-coordinate representation of color #BBC1DA: hue angle of 228.39º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC1DA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187193218-
CMYK0.140.1100.15
HSL228.39º29.52%79.41%-
HSV(B)228.39º14.22%85.49%-
XYZ52.2253.7773.96-
YUV194.06141.51122.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=31.27%
G=32.27%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871932180.140.1100.15228.3929.5279.41
HexBBC1DAEB0Fe41e4f
Octal273301332161301734436117
Binary101110111100000111011010111010110111111100100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1DA; }

 p { color: rgb(187,193,218); }

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

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

 a { background-color: rgb(187,193,218); }

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

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

 span { border-color: rgb(187,193,218); }

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