#B9CBFA

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

Shades of Periwinkle #B9CBFA

Tints of Periwinkle #B9CBFA

Color information

#B9CBFA (or 0xB9CBFA) is unknown color: approx Periwinkle. HEX triplet: B9, CB and FA. RGB value is (185,203,250). Sum of RGB (Red+Green+Blue) = 185+203+250=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBFA is #463405. Grayscale: #CACACA. Windows color (decimal): -4600838 or 16436153. OLE color: 16436153.

HSL color Cylindrical-coordinate representation of color #B9CBFA: hue angle of 223.38º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CBFA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185203250-
CMYK0.260.1900.02
HSL223.38º86.67%85.29%-
HSV(B)223.38º26%98.04%-
XYZ58.6259.9398.92-
YUV202.98154.54115.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=29.00%
G=31.82%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852032500.260.1900.02223.3886.6785.29
HexB9CBFA1A1302df5755
Octal271313372322302337127125
Binary10111001110010111111101011010100110101101111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBFA; }

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

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

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

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

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

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

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

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