#BDD2FB

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

Shades of Periwinkle #BDD2FB

Tints of Periwinkle #BDD2FB

Color information

#BDD2FB (or 0xBDD2FB) is unknown color: approx Periwinkle. HEX triplet: BD, D2 and FB. RGB value is (189,210,251). Sum of RGB (Red+Green+Blue) = 189+210+251=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FB is #422D04. Grayscale: #D0D0D0. Windows color (decimal): -4336901 or 16503485. OLE color: 16503485.

HSL color Cylindrical-coordinate representation of color #BDD2FB: hue angle of 219.68º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD2FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189210251-
CMYK0.250.1600.02
HSL219.68º88.57%86.27%-
HSV(B)219.68º24.7%98.43%-
XYZ61.4563.88100.36-
YUV208.4152.04114.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=29.08%
G=32.31%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892102510.250.1600.02219.6888.5786.27
HexBDD2FB191002dc5956
Octal275322373312002334131126
Binary10111101110100101111101111001100000101101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2FB; }

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

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

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

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

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

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

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

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