#BBCCFE

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

Shades of Periwinkle #BBCCFE

Tints of Periwinkle #BBCCFE

Color information

#BBCCFE (or 0xBBCCFE) is unknown color: approx Periwinkle. HEX triplet: BB, CC and FE. RGB value is (187,204,254). Sum of RGB (Red+Green+Blue) = 187+204+254=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFE is #443301. Grayscale: #CCCCCC. Windows color (decimal): -4469506 or 16698555. OLE color: 16698555.

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

Color convert

RGB187204254-
CMYK0.260.2000.00
HSL224.78º97.1%86.47%-
HSV(B)224.78º26.38%99.61%-
XYZ59.9860.91102.36-
YUV204.62155.87115.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=28.99%
G=31.63%
B=39.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872042540.260.2000.00224.7897.186.47
HexBBCCFE1A1400e16156
Octal273314376322400341141126
Binary1011101111001100111111101101010100001110000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCFE; }

 p { color: rgb(187,204,254); }

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

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

 a { background-color: rgb(187,204,254); }

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

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

 span { border-color: rgb(187,204,254); }

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