#B9CAEB

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

Shades of Periwinkle #B9CAEB

Tints of Periwinkle #B9CAEB

Color information

#B9CAEB (or 0xB9CAEB) is unknown color: approx Periwinkle. HEX triplet: B9, CA and EB. RGB value is (185,202,235). Sum of RGB (Red+Green+Blue) = 185+202+235=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAEB is #463514. Grayscale: #C8C8C8. Windows color (decimal): -4601109 or 15452857. OLE color: 15452857.

HSL color Cylindrical-coordinate representation of color #B9CAEB: hue angle of 219.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CAEB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185202235-
CMYK0.210.1400.08
HSL219.6º55.56%82.35%-
HSV(B)219.6º21.28%92.16%-
XYZ56.1258.5586.94-
YUV200.68147.37116.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.74%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=29.74%
G=32.48%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852022350.210.1400.08219.655.5682.35
HexB9CAEB15E08dc3852
Octal271312353251601033470122
Binary10111001110010101110101110101111001000110111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAEB; }

 p { color: rgb(185,202,235); }

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

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

 a { background-color: rgb(185,202,235); }

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

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

 span { border-color: rgb(185,202,235); }

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