#BDCEF9

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

Shades of Periwinkle #BDCEF9

Tints of Periwinkle #BDCEF9

Color information

#BDCEF9 (or 0xBDCEF9) is unknown color: approx Periwinkle. HEX triplet: BD, CE and F9. RGB value is (189,206,249). Sum of RGB (Red+Green+Blue) = 189+206+249=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEF9 is #423106. Grayscale: #CDCDCD. Windows color (decimal): -4337927 or 16371389. OLE color: 16371389.

HSL color Cylindrical-coordinate representation of color #BDCEF9: hue angle of 223º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCEF9 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189206249-
CMYK0.240.1700.02
HSL223º83.33%85.88%-
HSV(B)223º24.1%97.65%-
XYZ60.1661.898.38-
YUV205.82152.37116-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=29.35%
G=31.99%
B=38.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892062490.240.1700.0222383.3385.88
HexBDCEF9181102df5356
Octal275316371302102337123126
Binary10111101110011101111100111000100010101101111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEF9; }

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

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

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

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

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

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

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

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