#BDCEF3

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

Shades of Periwinkle #BDCEF3

Tints of Periwinkle #BDCEF3

Color information

#BDCEF3 (or 0xBDCEF3) is unknown color: approx Periwinkle. HEX triplet: BD, CE and F3. RGB value is (189,206,243). Sum of RGB (Red+Green+Blue) = 189+206+243=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEF3 is #42310C. Grayscale: #CCCCCC. Windows color (decimal): -4337933 or 15978173. OLE color: 15978173.

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

Color convert

RGB189206243-
CMYK0.220.1500.05
HSL221.11º69.23%84.71%-
HSV(B)221.11º22.22%95.29%-
XYZ59.2461.4393.53-
YUV205.14149.37116.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=29.62%
G=32.29%
B=38.09%

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
Decimal1892062430.220.1500.05221.1169.2384.71
HexBDCEF316F05dd4555
Octal275316363261705335105125
Binary10111101110011101111001110110111101011101110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEF3; }

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

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

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

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

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

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

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

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