#BDC9F4

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

Shades of Periwinkle #BDC9F4

Tints of Periwinkle #BDC9F4

Color information

#BDC9F4 (or 0xBDC9F4) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and F4. RGB value is (189,201,244). Sum of RGB (Red+Green+Blue) = 189+201+244=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDC9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F4 is #42360B. Grayscale: #CACACA. Windows color (decimal): -4339212 or 16042429. OLE color: 16042429.

HSL color Cylindrical-coordinate representation of color #BDC9F4: hue angle of 226.91º degrees, saturation: 0.71, 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 #BDC9F4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189201244-
CMYK0.230.1800.04
HSL226.91º71.43%84.9%-
HSV(B)226.91º22.54%95.69%-
XYZ58.259.1293.93-
YUV202.31151.52118.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 244 (95.70% from 255) = 38.49%
R=29.81%
G=31.70%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892012440.230.1800.04226.9171.4384.9
HexBDC9F4171204e34755
Octal275311364272204343107125
Binary101111011100100111110100101111001001001110001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9F4; }

 p { color: rgb(189,201,244); }

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

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

 a { background-color: rgb(189,201,244); }

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

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

 span { border-color: rgb(189,201,244); }

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