#BBCDFE

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

Shades of Periwinkle #BBCDFE

Tints of Periwinkle #BBCDFE

Color information

#BBCDFE (or 0xBBCDFE) is unknown color: approx Periwinkle. HEX triplet: BB, CD and FE. RGB value is (187,205,254). Sum of RGB (Red+Green+Blue) = 187+205+254=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDFE is #443201. Grayscale: #CCCCCC. Windows color (decimal): -4469250 or 16698811. OLE color: 16698811.

HSL color Cylindrical-coordinate representation of color #BBCDFE: hue angle of 223.88º 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 #BBCDFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187205254-
CMYK0.260.1900.00
HSL223.88º97.1%86.47%-
HSV(B)223.88º26.38%99.61%-
XYZ60.2161.38102.44-
YUV205.2155.54115.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=28.95%
G=31.73%
B=39.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872052540.260.1900.00223.8897.186.47
HexBBCDFE1A1300e06156
Octal273315376322300340141126
Binary1011101111001101111111101101010011001110000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDFE; }

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

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

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

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

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

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

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

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