#BDD2F6

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

Shades of Periwinkle #BDD2F6

Tints of Periwinkle #BDD2F6

Color information

#BDD2F6 (or 0xBDD2F6) is unknown color: approx Periwinkle. HEX triplet: BD, D2 and F6. RGB value is (189,210,246). Sum of RGB (Red+Green+Blue) = 189+210+246=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDD2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F6 is #422D09. Grayscale: #CFCFCF. Windows color (decimal): -4336906 or 16175805. OLE color: 16175805.

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

Color convert

RGB189210246-
CMYK0.230.1500.04
HSL217.89º76%85.29%-
HSV(B)217.89º23.17%96.47%-
XYZ60.6763.5796.26-
YUV207.82149.54114.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 210 (82.42% from 255) = 32.56%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=29.30%
G=32.56%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892102460.230.1500.04217.897685.29
HexBDD2F617F04da4c55
Octal275322366271704332114125
Binary10111101110100101111011010111111101001101101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2F6; }

 p { color: rgb(189,210,246); }

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

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

 a { background-color: rgb(189,210,246); }

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

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

 span { border-color: rgb(189,210,246); }

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