#BDCEF1

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

Shades of Periwinkle #BDCEF1

Tints of Periwinkle #BDCEF1

Color information

#BDCEF1 (or 0xBDCEF1) is unknown color: approx Periwinkle. HEX triplet: BD, CE and F1. RGB value is (189,206,241). Sum of RGB (Red+Green+Blue) = 189+206+241=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEF1 is #42310E. Grayscale: #CCCCCC. Windows color (decimal): -4337935 or 15847101. OLE color: 15847101.

HSL color Cylindrical-coordinate representation of color #BDCEF1: hue angle of 220.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCEF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189206241-
CMYK0.220.1500.05
HSL220.38º65%84.31%-
HSV(B)220.38º21.58%94.51%-
XYZ58.9361.3191.95-
YUV204.91148.37116.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=29.72%
G=32.39%
B=37.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892062410.220.1500.05220.386584.31
HexBDCEF116F05dc4154
Octal275316361261705334101124
Binary10111101110011101111000110110111101011101110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEF1; }

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

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

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

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

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

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

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

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