#BDD2F3

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

Shades of Periwinkle #BDD2F3

Tints of Periwinkle #BDD2F3

Color information

#BDD2F3 (or 0xBDD2F3) is unknown color: approx Periwinkle. HEX triplet: BD, D2 and F3. RGB value is (189,210,243). Sum of RGB (Red+Green+Blue) = 189+210+243=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F3 is #422D0C. Grayscale: #CFCFCF. Windows color (decimal): -4336909 or 15979197. OLE color: 15979197.

HSL color Cylindrical-coordinate representation of color #BDD2F3: hue angle of 216.67º degrees, saturation: 0.69, 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 #BDD2F3 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189210243-
CMYK0.220.1400.05
HSL216.67º69.23%84.71%-
HSV(B)216.67º22.22%95.29%-
XYZ60.2163.3893.85-
YUV207.48148.04114.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=29.44%
G=32.71%
B=37.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892102430.220.1400.05216.6769.2384.71
HexBDD2F316E05d94555
Octal275322363261605331105125
Binary10111101110100101111001110110111001011101100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2F3; }

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

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

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

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

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

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

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

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