#BDCFF0

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

Shades of Periwinkle #BDCFF0

Tints of Periwinkle #BDCFF0

Color information

#BDCFF0 (or 0xBDCFF0) is unknown color: approx Periwinkle. HEX triplet: BD, CF and F0. RGB value is (189,207,240). Sum of RGB (Red+Green+Blue) = 189+207+240=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF0 is #42300F. Grayscale: #CDCDCD. Windows color (decimal): -4337680 or 15781821. OLE color: 15781821.

HSL color Cylindrical-coordinate representation of color #BDCFF0: hue angle of 218.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCFF0 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189207240-
CMYK0.210.1400.06
HSL218.82º62.96%84.12%-
HSV(B)218.82º21.25%94.12%-
XYZ59.0361.7491.24-
YUV205.38147.54116.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=29.72%
G=32.55%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892072400.210.1400.06218.8262.9684.12
HexBDCFF015E06db3f54
Octal27531736025160633377124
Binary1011110111001111111100001010111100110110110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFF0; }

 p { color: rgb(189,207,240); }

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

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

 a { background-color: rgb(189,207,240); }

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

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

 span { border-color: rgb(189,207,240); }

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