#BDD4FA

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

Shades of Periwinkle #BDD4FA

Tints of Periwinkle #BDD4FA

Color information

#BDD4FA (or 0xBDD4FA) is unknown color: approx Periwinkle. HEX triplet: BD, D4 and FA. RGB value is (189,212,250). Sum of RGB (Red+Green+Blue) = 189+212+250=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FA is #422B05. Grayscale: #D1D1D1. Windows color (decimal): -4336390 or 16438461. OLE color: 16438461.

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

Color convert

RGB189212250-
CMYK0.240.1500.02
HSL217.38º85.92%86.08%-
HSV(B)217.38º24.4%98.04%-
XYZ61.7964.8199.7-
YUV209.46150.88113.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=29.03%
G=32.57%
B=38.40%

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
Decimal1892122500.240.1500.02217.3885.9286.08
HexBDD4FA18F02d95656
Octal275324372301702331126126
Binary1011110111010100111110101100011110101101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4FA; }

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

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

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

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

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

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

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

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