#BBCFFA

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

Shades of Periwinkle #BBCFFA

Tints of Periwinkle #BBCFFA

Color information

#BBCFFA (or 0xBBCFFA) is unknown color: approx Periwinkle. HEX triplet: BB, CF and FA. RGB value is (187,207,250). Sum of RGB (Red+Green+Blue) = 187+207+250=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFFA is #443005. Grayscale: #CDCDCD. Windows color (decimal): -4468742 or 16437179. OLE color: 16437179.

HSL color Cylindrical-coordinate representation of color #BBCFFA: hue angle of 220.95º 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 #BBCFFA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187207250-
CMYK0.250.1700.02
HSL220.95º86.3%85.69%-
HSV(B)220.95º25.2%98.04%-
XYZ60.0662.0999.26-
YUV205.92152.87114.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=29.04%
G=32.14%
B=38.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872072500.250.1700.02220.9586.385.69
HexBBCFFA191102dd5656
Octal273317372312102335126126
Binary10111011110011111111101011001100010101101110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFFA; }

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

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

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

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

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

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

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

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