#BDD2F2

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

Shades of Periwinkle #BDD2F2

Tints of Periwinkle #BDD2F2

Color information

#BDD2F2 (or 0xBDD2F2) is unknown color: approx Periwinkle. HEX triplet: BD, D2 and F2. RGB value is (189,210,242). Sum of RGB (Red+Green+Blue) = 189+210+242=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F2 is #422D0D. Grayscale: #CFCFCF. Windows color (decimal): -4336910 or 15913661. OLE color: 15913661.

HSL color Cylindrical-coordinate representation of color #BDD2F2: hue angle of 216.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD2F2 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189210242-
CMYK0.220.1300.05
HSL216.23º67.09%84.51%-
HSV(B)216.23º21.9%94.9%-
XYZ60.0663.3293.06-
YUV207.37147.54114.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=29.49%
G=32.76%
B=37.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892102420.220.1300.05216.2367.0984.51
HexBDD2F216D05d84355
Octal275322362261505330103125
Binary10111101110100101111001010110110101011101100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2F2; }

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

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

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

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

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

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

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

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