#B9CBF6

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

Shades of Periwinkle #B9CBF6

Tints of Periwinkle #B9CBF6

Color information

#B9CBF6 (or 0xB9CBF6) is unknown color: approx Periwinkle. HEX triplet: B9, CB and F6. RGB value is (185,203,246). Sum of RGB (Red+Green+Blue) = 185+203+246=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9CBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBF6 is #463409. Grayscale: #CACACA. Windows color (decimal): -4600842 or 16174009. OLE color: 16174009.

HSL color Cylindrical-coordinate representation of color #B9CBF6: hue angle of 222.3º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CBF6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185203246-
CMYK0.250.1700.04
HSL222.3º77.22%84.51%-
HSV(B)222.3º24.8%96.47%-
XYZ5859.6895.65-
YUV202.52152.54115.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=29.18%
G=32.02%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852032460.250.1700.04222.377.2284.51
HexB9CBF6191104de4d55
Octal271313366312104336115125
Binary101110011100101111110110110011000101001101111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBF6; }

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

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

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

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

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

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

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

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