#BDCEF5

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

Shades of Periwinkle #BDCEF5

Tints of Periwinkle #BDCEF5

Color information

#BDCEF5 (or 0xBDCEF5) is unknown color: approx Periwinkle. HEX triplet: BD, CE and F5. RGB value is (189,206,245). Sum of RGB (Red+Green+Blue) = 189+206+245=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEF5 is #42310A. Grayscale: #CDCDCD. Windows color (decimal): -4337931 or 16109245. OLE color: 16109245.

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

Color convert

RGB189206245-
CMYK0.230.1600.04
HSL221.79º73.68%85.1%-
HSV(B)221.79º22.86%96.08%-
XYZ59.5461.5595.13-
YUV205.36150.37116.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=29.53%
G=32.19%
B=38.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892062450.230.1600.04221.7973.6885.1
HexBDCEF5171004de4a55
Octal275316365272004336112125
Binary101111011100111011110101101111000001001101111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEF5; }

 p { color: rgb(189,206,245); }

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

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

 a { background-color: rgb(189,206,245); }

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

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

 span { border-color: rgb(189,206,245); }

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