#BDD5FA

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

Shades of Periwinkle #BDD5FA

Tints of Periwinkle #BDD5FA

Color information

#BDD5FA (or 0xBDD5FA) is unknown color: approx Periwinkle. HEX triplet: BD, D5 and FA. RGB value is (189,213,250). Sum of RGB (Red+Green+Blue) = 189+213+250=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FA is #422A05. Grayscale: #D1D1D1. Windows color (decimal): -4336134 or 16438717. OLE color: 16438717.

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

Color convert

RGB189213250-
CMYK0.240.1500.02
HSL216.39º85.92%86.08%-
HSV(B)216.39º24.4%98.04%-
XYZ62.0465.3199.78-
YUV210.04150.55112.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=28.99%
G=32.67%
B=38.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892132500.240.1500.02216.3985.9286.08
HexBDD5FA18F02d85656
Octal275325372301702330126126
Binary1011110111010101111110101100011110101101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5FA; }

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

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

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

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

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

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

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

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