#BBCBFA

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

Shades of Periwinkle #BBCBFA

Tints of Periwinkle #BBCBFA

Color information

#BBCBFA (or 0xBBCBFA) is unknown color: approx Periwinkle. HEX triplet: BB, CB and FA. RGB value is (187,203,250). Sum of RGB (Red+Green+Blue) = 187+203+250=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFA is #443405. Grayscale: #CBCBCB. Windows color (decimal): -4469766 or 16436155. OLE color: 16436155.

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

Color convert

RGB187203250-
CMYK0.250.1900.02
HSL224.76º86.3%85.69%-
HSV(B)224.76º25.2%98.04%-
XYZ59.160.1898.94-
YUV203.57154.2116.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=29.22%
G=31.72%
B=39.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872032500.250.1900.02224.7686.385.69
HexBBCBFA191302e15656
Octal273313372312302341126126
Binary10111011110010111111101011001100110101110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBFA; }

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

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

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

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

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

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

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

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