#BDCBE6

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

Shades of Periwinkle #BDCBE6

Tints of Periwinkle #BDCBE6

Color information

#BDCBE6 (or 0xBDCBE6) is unknown color: approx Periwinkle. HEX triplet: BD, CB and E6. RGB value is (189,203,230). Sum of RGB (Red+Green+Blue) = 189+203+230=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBE6 is #423419. Grayscale: #C9C9C9. Windows color (decimal): -4338714 or 15125437. OLE color: 15125437.

HSL color Cylindrical-coordinate representation of color #BDCBE6: hue angle of 219.51º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCBE6 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189203230-
CMYK0.180.1200.10
HSL219.51º45.05%82.16%-
HSV(B)219.51º17.83%90.2%-
XYZ56.6359.2483.31-
YUV201.89143.86118.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=30.39%
G=32.64%
B=36.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892032300.180.1200.10219.5145.0582.16
HexBDCBE612C0Adc2d52
Octal275313346221401233455122
Binary10111101110010111110011010010110001010110111001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBE6; }

 p { color: rgb(189,203,230); }

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

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

 a { background-color: rgb(189,203,230); }

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

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

 span { border-color: rgb(189,203,230); }

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