#BDCAEB

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

Shades of Periwinkle #BDCAEB

Tints of Periwinkle #BDCAEB

Color information

#BDCAEB (or 0xBDCAEB) is unknown color: approx Periwinkle. HEX triplet: BD, CA and EB. RGB value is (189,202,235). Sum of RGB (Red+Green+Blue) = 189+202+235=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAEB is #423514. Grayscale: #C9C9C9. Windows color (decimal): -4338965 or 15452861. OLE color: 15452861.

HSL color Cylindrical-coordinate representation of color #BDCAEB: hue angle of 223.04º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCAEB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189202235-
CMYK0.200.1400.08
HSL223.04º53.49%83.14%-
HSV(B)223.04º19.57%92.16%-
XYZ57.159.0686.99-
YUV201.87146.69118.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=30.19%
G=32.27%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892022350.200.1400.08223.0453.4983.14
HexBDCAEB14E08df3553
Octal275312353241601033765123
Binary10111101110010101110101110100111001000110111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAEB; }

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

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

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

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

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

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

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

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