#BDCEFA

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

Shades of Periwinkle #BDCEFA

Tints of Periwinkle #BDCEFA

Color information

#BDCEFA (or 0xBDCEFA) is unknown color: approx Periwinkle. HEX triplet: BD, CE and FA. RGB value is (189,206,250). Sum of RGB (Red+Green+Blue) = 189+206+250=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEFA is #423105. Grayscale: #CDCDCD. Windows color (decimal): -4337926 or 16436925. OLE color: 16436925.

HSL color Cylindrical-coordinate representation of color #BDCEFA: hue angle of 223.28º degrees, saturation: 0.86, 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 #BDCEFA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189206250-
CMYK0.240.1800.02
HSL223.28º85.92%86.08%-
HSV(B)223.28º24.4%98.04%-
XYZ60.3161.8699.2-
YUV205.93152.87115.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=29.30%
G=31.94%
B=38.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892062500.240.1800.02223.2885.9286.08
HexBDCEFA181202df5656
Octal275316372302202337126126
Binary10111101110011101111101011000100100101101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEFA; }

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

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

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

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

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

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

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

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