#BDCCF0

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

Shades of Periwinkle #BDCCF0

Tints of Periwinkle #BDCCF0

Color information

#BDCCF0 (or 0xBDCCF0) is unknown color: approx Periwinkle. HEX triplet: BD, CC and F0. RGB value is (189,204,240). Sum of RGB (Red+Green+Blue) = 189+204+240=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCF0 is #42330F. Grayscale: #CBCBCB. Windows color (decimal): -4338448 or 15781053. OLE color: 15781053.

HSL color Cylindrical-coordinate representation of color #BDCCF0: hue angle of 222.35º 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 #BDCCF0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189204240-
CMYK0.210.1500.06
HSL222.35º62.96%84.12%-
HSV(B)222.35º21.25%94.12%-
XYZ58.3160.391-
YUV203.62148.53117.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=29.86%
G=32.23%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892042400.210.1500.06222.3562.9684.12
HexBDCCF015F06de3f54
Octal27531436025170633677124
Binary1011110111001100111100001010111110110110111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCF0; }

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

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

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

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

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

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

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

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